MPE/iX Commands Reference Manual (32650-90877)

Chapter 14 599
Command List XII
Commands STREAM thru XEQ
than the current time, JOBFILE will be introduced at 8:00 a.m., Monday,
June 15.
STREAM JOBFILE; DAY=MONDAY; AT=20:00 Since the time specified (8:00 p.m.) is later
than the current time, JOBFILE will be introduced at 8:00 p.m., Monday,
June 8.
STREAM JOBFILE; DAY=9; AT=20:00 Since the day of the month (9) is later than the
current day of the month (8), the current month is assumed. JOBFILE will
be introduced on Tuesday, June 9, at 8:00 p.m.
STREAM JOBFILE; DAY=5 Since the day of the month (5) is earlier than the current day
(8), the next month is assumed. Since no time was specified, JOBFILE will
be introduced on Saturday, July 5, at 12:00 p.m.
STREAM JOBFILE;
DAY=31 Since there is no June 31, the next month is assumed. Since there is a July
31, this is a legal command. JOBFILE will be introduced on Friday, July 31,
at 12:00 p.m. If there were no July 31, this would result in an error.
STREAM JOBFILE; DAY=-2 The -2 means the second to last day of the month, and since
no time was specified, the current time is used. JOBFILE will be introduced
on Sunday, June 29, at 12:00 p.m.
STREAM JOBFILE; DAY=-25 The -25 means the twenty-fifth day from the end of the
month. If one assumes the current month, that implies June 6, but June 6
is earlier than the current day; therefore, the next month is assumed.
JOBFILE will be introduced on Sunday, July 7, at 12:00 p.m.
STREAM JOBFILE; DATE=6/8/87; AT=8:00 Since the specified time is earlier than the
current time, this command is not legal and results in an error.
STREAM JOBFILE; DATE=6/8/87;
AT=20:00 The specified time is later than the current time, so this command is legal.
JOBFILE will be introduced on Monday, June 8, at 8:00 p.m.
Related Information
Commands JOB, STREAMS, SHOWJOB, LISTJOBQ
Manuals Performing System Operation Tasks
STREAMS
Enables or disables the STREAMS device. Allows or disallows users to submit job/data
streams.
Syntax
STREAMS{
ldev
OFF }
Parameters
ldev The logical device number of the STREAMS device. This device must also
have an output device number or class that references logical devices of
type 32. Any input device, (except the system console or terminals), may be