HP 3000 Manuals

Overview [ Micro Focus COBOL System Reference, Volume 1 ] MPE/iX 5.0 Documentation


Micro Focus COBOL System Reference, Volume 1

Overview 

The Native Code Generator translates intermediate code (.int) files into
generated code (.gnt) file or into whatever type of file was specified on
the cob command line.  See the chapter COBOL System Interface (cob) for
details on the cob command.

When you invoke the Native Code Generator, a number of options are
available for controlling the way your program is generated.  These
options are specified using directives.  You can enter directives
individually on the cob command line, in the $COBDIR/cobopt file or in
the $COBOPT environment variable.  Generator directives cannot be set
from source code; however, some Compiler directives (which can be set
from source code) implicitly set associated Generator directives.  See
the appendix Descriptions of Compiler Directives for details.

Your Error Messages contains a list of errors which may occur during
generation.



MPE/iX 5.0 Documentation