The following limits exist for the Sybase file system:
To achieve the same sort or retrieval sequence under Sybase as under the Vision file system, key fields that contain signed numeric data must be preceded by a BINARY directive.
Acu4GL for Sybase supports the data types shown below. When it’s creating tables, the following conversion rules are used, in the sequence shown:
COBOL | Sybase |
---|---|
DATE directive | DATETIME |
BINARY directive |
|
VAR_LENGTH directive | VARCHAR(n) (if SIZE < 255) |
Usage FLOAT |
|
Any other numeric usage:
|
|
Any other usage:
|
|
Other limits are described in Limits and Ranges of the ACUCOBOL-GT documentation.