ILE COBOL Programmer's Guide

CL Commands

CL Commands

CRTCBLPGM Command Replaced By CRTCBLMOD and CRTBNDCBL Commands

The OPM COBOL/400 compiler is invoked by the CRTCBLPGM CL command. The CRTCBLPGM CL command creates a *PGM object.

The ILE COBOL compiler is invoked by the CRTCBLMOD or CRTBNDCBL CL commands. The CRTCBLMOD CL command creates a *MODULE object and the CRTBNDCBL CL command creates a *PGM object.

The following CRTCBLPGM parameters and options (and their associated PROCESS statement options) are not found on the CRTCBLMOD and CRTBNDCBL commands:

The following parameters and options have changed:

The following parameters and options are new in the CRTCBLMOD and CRTBNDCBL commands:

All of the deletions, changes, and additions to parameters and options are also reflected in associated changes to the PROCESS statement options.

The NOGRAPHIC PROCESS statement option has been added to ILE COBOL as the default value for the GRAPHIC option on the PROCESS statement.

The following OPM COBOL/400 PROCESS statement options are not found in ILE COBOL:

Coded Character Set Identifiers (CCSID)

In ILE COBOL, CCSID normalization of the source members in a compilation is to the CCSID of the primary source file. In OPM COBOL/400, it is to the CCSID of the compile time job.

Default Source Member Type

In ILE COBOL, the default source member type is CBLLE. In OPM COBOL/400, the default source member type is CBL.

Error Messages

In ILE COBOL, compile time error messages are prefixed with LNC. Also, some of the message numbers are not always the same as in OPM COBOL/400.

GENLVL Parameter

ILE COBOL will not generate code when an error with a severity level greater than or equal to the severity specified for GENLVL occurs.

OPM COBOL/400 will not generate code when an error with a severity level greater than the severity specified for GENLVL occurs.

SAA Flagging

SAA Flagging is not supported in ILE COBOL.

STRCBLDBG and ENDCBLDBG CL Commands

The STRCBLDBG and ENDCBLDBG commands are not support in ILE COBOL.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]