ILE C/C++ Compiler Reference


PGM

Valid only on the CRTBNDC and CRTBNDCPP commands. Specifies the program name and library for the compiled ILE C or C++ program object.

Read syntax diagramSkip visual syntax diagramPGM Syntax:
 
         .-*CURLIB/------.
|--PGM(--+---------------+--program-name--)---------------------|
         '-library-name/-'
 

*CURLIB
This is the default library value. The object is stored in the current library. If a job does not have a current library, QGPL is used.
library-name
Enter the name of the library where the object is to be stored.
program-name
Enter a name for the program object.

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