MPE/iX Commands Reference Manual (32650-90877)

252 Chapter7
Command List V
Commands HEADOFF thru LISTF
When the standard listing device is a line printer and you do not specify a file group
name, central processor time limit, execution priority, and/or input priority in the JOB
command, the default values assigned by MPE/iX for the omitted parameters appear on
the job listing.
The STREAM command prompts for any necessary passwords that are not supplied in the
command syntax if:
The STREAM command is invoked from a session.
Neither $STDIN nor $STDLIST is redirected.
The JOB command is a first level JOB command (it is not nested within a second level
STREAM command).
All UDCs are available from a job. Any subsystem or UDC that expects input from $STDIN
requires that input within your job stream file.
Use
This command may be issued only from a job file. It may not be used from a session,
program, or in BREAK. Pressing
Break has no effect on this command.
Example
The following example illustrates creating and using an ASCII file to define a batch job
and then executing it with the STREAM command:
RUN EDITOR.PUB.SYS
/ADD
1 !JOB WXYZ,WRITER.TEC
2 !EDITOR
3 TEXT ABC
4 LIST ALL,OFFLINE
5 EXIT
6 !EOJ
//
/KEEP MYJOB
/EXIT
:
STREAM MYJOB
The following example shows using the JOB command in interactive mode with the STREAM
command:
STREAM
>!JOB USER.TECHPUBS;OUTCLASS=12
Related Information
Commands ABORTJOB,ALTJOB, BREAKJOB, SUSPENDJOB, RESUMEJOB, JOBFENCE, JOBPRI,
STREAM, STREAMS, SHOWDEV, NEWJOBQ, LISTJOBQ
Manuals Using the HP 3000 Series 900: Advanced Skills
MPE/iX Intrinsics Reference Manual