MPE/iX Commands Reference Manual (32650-90864)

Chapter 6 417
Command Definitions P-R
PASCALGO
The USL file created during the compilation is the system-defined temporary file
$OLDPASS, which is passed directly to the MPE segmenter. It can only be accessed if you
do not use the default for progfile. This is because the segmenter also uses $OLDPASS to
store the prepared program segments, overwriting any existing temporary file of the same
name.
Use
This command may be issued from a session, job, or program. It may not be used in
BREAK. Pressing
Break suspends the execution of this command. Entering the RESUME
command continues the execution.
Examples
To compile, prepare, and execute a Pascal/V program entered from your standard input
device, with the program listing sent to your standard list device, enter:
PASCALGO
To compile, prepare, and execute a Pascal/V program from the disk file PASCSRC and send
the program listing to the file LISTFILE, enter:
PASCALGO PASCSRC,LISTFILE
Related Information
Commands PASCAL, PASCALPREP, PASXL, PASXLGO, PASXLLK PREP, RUN, LINK,
LINKEDIT
Manuals MPE Segmenter Reference Manual
HP Pascal/iX Reference Manual