IBM AS/400 Frozen Dessert Maker User Manual


 
CRTBNDRPG Command
*LIBL
The system searches the library list to find the library where the source file
is stored. This is the default.
*CURLIB
The current library is used to find the source file. If you have not specified a
current library, QGPL is used.
library-name
Enter the name of the library where the source file is stored.
SRCMBR
Specifies the name of the member of the source file that contains the ILE RPG
source program to be compiled.
*PGM
Use the name specified by the PGM parameter as the source file member
name. The compiled program object will have the same name as the
source file member. If no program name is specified by the PGM param-
eter, the command uses the first member created in or added to the source
file as the source member name.
source-file-member-name
Enter the name of the member that contains the ILE RPG source program.
GENLVL
Controls the creation of the program object. The program object is created if all
errors encountered during compilation have a severity level less than or equal
to the generation severity level specified.
10
A program object will not be generated if you have messages with a
severity-level greater than 10.
severity-level-value
Enter a number, 0 through 20 inclusive. For errors greater than severity 20,
the program object will not be generated.
TEXT
Allows you to enter text that briefly describes the program and its function. The
text appears whenever program information is displayed.
*SRCMBRTXT
The text of the source member is used.
*BLANK
No text appears.
'description'
Enter the text that briefly describes the function of the source specifications.
The text can be a maximum of 50 characters and must be enclosed in
apostrophes. The apostrophes are not part of the 50-character string. Apos-
trophes are not required if you are entering the text on the prompt screen.
DFTACTGRP
Specifies whether the created program is intended to always run in the default
activation group.
Appendix C. The Create Commands 409