 |
» |
|
|
|
Defines a job to be scheduled with the STREAM command or an input spooled device to run in batch mode. Syntax |  |
JOB [jobname,]username[/userpass].acctname[/acctpass]
[,groupname[/grouppass] ]
[;TIME=cpusecs][;PRI={BS
CS
DS
ES}]
[{;INPRI=inputpriority
;HIPRI }][;RESTART]
[;OUTCLASS=[device][,outputpriority[,numcopies]]]
[;TERM={termtype}]
[;PRIVATE]
[;SPSAVE]
|
Enhancements |  |
- PRIVATE
The PRIVATE option generates a spool file that can be accessed in privileged mode only. Private spool files may not be saved or copied. They may only be purged, printed, or (within limits) altered by using the SPOOLF command. The PURGE or COPY commands do not work for private spool files. Refer to the SPOOLF command in this chapter and to chapter 1 for information about private files. - SPSAVE
If you use this parameter, the output spool file is not purged after the last copy of it has printed. The OUT.HPSPOOL account retains the spool file. You cannot use the SPSAVE parameter with a private spool file.
|