MPE/iX Commands Reference Manual (32650-90877)
Chapter 11 439
Command List IX
Commands RECALL/=RECALL thru RUN
Use
This command may be issued from a session, job, or program. It may not be issued in
BREAK. Pressing
Break suspends the execution of this command. Entering the RESUME
command continues the execution.
Examples
The following example compiles an RPG program entered from your standard input device,
stores the object code in the default USL file $OLDPASS, and sends the listing to the
standard list device:
RPG
The next example compiles an RPG program contained in the disk file SOURCE. The object
code is stored in the USL file OBJECT, which is a permanent disk file created with the
BUILD command. The program listing is sent to the disk file LISTFL:
BUILD OBJECT;CODE=USL
RPG SOURCE,OBJECT,LISTFL
To compile an RPG program and store the object code in the USL file OBJECT (created
during the compilation process), enter:
RPG SOURCE,OBJECT,LISTFL
Related Information
Commands RPGGO, RPGPREP, PREP, RUN
Manuals MPE Segmenter Reference Manual
RPG/3000 Compiler Reference Manual
RPGGO
Compiles, prepares, and executes an RPG/V program in compatibility mode. RPG/V is not
part of the HP 3000 Series 900 Computer System Fundamental Operating Software and
must be purchased separately.
Syntax
RPGGO[
textfile
] [,[
listfile
][,[
masterfile
][,
newfile
]]]
Parameters
textfile The actual file designator of the input file from which source program is
read. This can be any ASCII input file. The formal file designator is
RPGTEXT. Default is $STDIN.
listfile The actual file designator of the file on which the program listing is
written. This can be any ASCII output file. The formal file designator is
RPGLIST. Default is $STDLIST.
masterfile The actual file designator of a file which is merged against textfile to
produce a composite source. This can be any ASCII input file. The formal