
618 Chapter 8
Command Definitions SP-Z
SPLGO
Operation Notes
This command compiles, prepares, and executes an SPL program. If textfile is omitted,
MPE/iX expects input from your standard input device. This command creates a
temporary user subprogram library (USL) file ($NEWPASS) that you cannot access and a
temporary program file that you can access under the name $OLDPASS.
Use
This command may be issued from a session, job, or program but not in BREAK. Pressing
Break suspends the execution of this command. Entering the RESUME command continues
the execution.
Examples
To compile, prepare, and execute an SPL program entered from your standard input
device, and have the program listing sent to your standard list device, enter:
SPLGO
To compile, prepare, and execute an SPL program read from the disk file SOURCE and send
the resulting program listing to the disk file LISTFL, enter:
SPLGO SOURCE,LISTFL
Related Information
Commands SPL, SPLPREP, PREP, RUN
Manuals MPE Segmenter Reference Manual
Systems Programming Language Reference Manual