MPE/iX Commands Reference Manual (32650-90877)

552 Chapter13
Command List XI
Commands SHOWLOG thru STORE
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 and prepare an SPL program entered from your standard input device, and
send the output to your standard list device, enter:
SPLPREP
The following example compiles and prepares an SPL source program from the disk file
SFILE into the program file MYPROG. The program listing is sent to your standard list
device:
SPLPREP SFILE,MYPROG
In the next example, the first positional parameter is omitted. This indicates to MPE/iX
that you intend to enter the source text from your standard input device. The object code is
stored in the default USL file $OLDPASS, and the prepared program segments are stored in
FILEZ. $OLDPASS is then saved in the permanent file domain under the new name NUSL.
SPLPREP,FILEZ
SAVE $OLDPASS, NUSL
Related Information
Commands SPL, SPLGO, PREP, RUN
Manuals MPE Segmenter Reference Manual
System Programming Language Reference Manual
SPOOLER
Controls spooler processes. (Native Mode)
Syntax
SPOOLER[ DEV=] {
ldev
|
devclass
|
devname
}
{ ;SHOW }
{ ;OPENQ [;SHOW]}
{ ;SHUTQ [ ;SHOW]}
{ ;START [ ;OPENQ | ;SHUTQ] [ ;SHOW]}
{ ;STOP [ ;FINISH | ;NOW] [ ;OPENQ | ;SHUTQ] [ ;SHOW]}
{ ;SUSPEND[[ ;FINISH | ;NOW][ ;NOKEEP | ;KEEP] | [ ;OFFSET= [+ | -]
page
]|[
;OPENQ | ;SHUTQ] [ ;SHOW]]}
{ ;RESUME [ ;OFFSET= + | - ]
page
] [ ;OPENQ | ;SHUTQ [ ;SHOW]}
{ ;RELEASE [ ;OFFSET= + | - ]
page
] [ ;OPENQ | ;SHUTQ [ ;SHOW]}