 |
» |
|
|
|
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]]] Operation Notes |  |
This command compiles, prepares, and executes an RPG program.
If you do not specify textfile, MPE/iX expects
the source code to be entered from your standard input device. The USL file created during compilation is a system-defined
temporary file $OLDPASS,
which is passed directly to the MPE segmenter. It cannot be accessed,
since the segmenter also uses $OLDPASS
to store the prepared program segments and overwrites the USL file
of the same name. 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 |  |
To compile, prepare, and execute an RPG program entered from
your standard input device and send the program listing to your
standard list device, enter: To compile, prepare, and execute an RPG program read from
the disk file SOURCE
and send the program listing to the disk file LISTFL,
enter: Related Information |  |
- Commands
RPG,
RPGPREP, PREP,
RUN - Manuals
MPE Segmenter Reference Manual RPG/3000 Compiler Reference Manual
|