IBM AS/400 Frozen Dessert Maker User Manual


 
CRTBNDRPG Command
*LIBL
The system searches the library list to find the library where the binding
directory is stored.
*CURLIB
The current library for the job is searched. If no library is specified as the
current library for the job, library QGPL is used.
*USRLIBL
Only the libraries in the user portion of the job's library list are searched.
library-name
Specify the name of the library to be searched.
ACTGRP
Specifies the activation group this program is associated with when it is called.
QILE
When this program is called, it is activated into the named activation group
QILE.
*NEW
When this program is called, it is activated into a new activation group.
*CALLER
When this program is called, it is activated into the caller's activation group.
activation-group-name
Specify the name of the activation group to be used when this program is
called.
ENBPFRCOL
Specifies whether performance collection is enabled.
*PEP
Performance statistics are gathered on the entry and exit of the program
entry procedure only. This applies to the actual program-entry procedure for
a program, not to the main procedure of the modules within the program.
This is the default.
*NEW
When this program is called, it is activated into a new activation group.
*ENTRYEXIT
Performance statistics are gathered on the entry and exit of all procedures
of the program.
*FULL
Performance statistics are gathered on entry and exit of all procedures.
Also, statistics are gathered before and after each call to an external proce-
dure.
DEFINE
Specifies condition names that are defined before the compilation begins.
Using the parameter DEFINE(condition-name) is equivalent to coding the
/DEFINE condition-name directive on the first line of the source file.
*NONE
No condition names are defined. This is the default.
Appendix C. The Create Commands 419