MPE/iX Commands Reference Manual (32650-90877)

550 Chapter13
Command List XI
Commands SHOWLOG thru STORE
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
SPLPREP
Compiles and prepares a compatibility mode SPL/V program. SPL/V is not part of the HP
3000 Series 900 Computer System Fundamental Operating Software and must be
purchased separately.
Syntax
SPLPREP[
textfile
] [, [
progfile
] [, [
listfile
] [, [
masterfile
] [,
newfile
]]]]
[;INFO=
quotedstring
]
Parameters
textfile
Actual file designator of the input file from which the source program is
read. This can be any ASCII input file. Formal file designator is SPLTEXT.
Default is $STDIN.
progfile
Actual file designator of the program file to which the prepared program
segments are written. When you omit
progfile
, the MPE segmenter
creates the program file, which then resides in the temporary file domain
as $OLDPASS. If you do create your own program file, you must do so in one
of two ways: