Compiling with Enterprise COBOL
Table 1 lists the Enterprise COBOL compiler options that have special relevance to converted programs.
Enterprise COBOL compiler options | Comments |
---|---|
PGMNAME | If compiling with Enterprise COBOL, use the PGMNAME(COMPAT) option to ensure that program names are processed in a manner compatible with VS COBOL II (and COBOL/370). |
TEST | The
syntax of the TEST option is different in Enterprise COBOL than in VS COBOL
II.
|
LSACHECK | It is recommended to use LSACHECK=ON, starting from development. |