Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
MODIFY-JOB-STREAM - Modify stream definitions
&pagelevel(5)&pagelevel
This statement enables an existing stream definition to be modified.
MODIFY-JOB-STREAM |
NAME = <name 1..8> | ,FILE = *UNCHANGED / <filename 1..54> / *LIBRARY-ELEMENT(...) |
| *LIBRARY-ELEMENT(...) |
|
| | | LIBRARY = <filename 1..41> |
|
| | | ,ELEMENT = <name 1..8> | ,RUN-PRIORITY = *UNCHANGED / <integer 30..255> | ,DEFAULT = *UNCHANGED / *NO / *YES | ,START = *UNCHANGED / *AT-LOAD / *BY-OPERATOR / *AT(...) / *EARLIEST(...) |
| *AT(...) |
|
| | | TIME = 00:00 / <time 1..8> |
| *EARLIEST(...) |
|
| | | TIME = 00:00 / <time 1..8> | ,STOP = *UNCHANGED / *AT-SHUTDOWN / *BY-OPERATOR / *AT(...) / *AFTER(...) |
| *AT(...) |
|
| | | TIME = 00:00 / <time 1..8> |
| *AFTER(...) |
|
| | | HOURS = 00 / <integer 0..23> |
|
| | | ,MINUTES = 00 / <integer 0..59> | ,STREAM-PARAMETER = *UNCHANGED / *NO / <c-string 1..127> |
|
For a description of the operands, see the DEFINE-JOB-STREAM statement.
When changing the DEFAULT= operand you should bear in mind that there must never be more than one default stream in the system. Any attempt to define more than one will be rejected.
If the START or STOP operand is changed directly in the JMS database, the job stream is started or stopped in accordance with the new operand values.