When the scheduling manager submits a job to the i5/OS system, the job must pass through the SBMJOB command to execute. Keyword parameters are additional parameters that the scheduling manager passes to the i5/OS SBMJOB command. The OTHERS statement lets you specify any valid SBMJOB command keyword and value combination. You can also specify multiple combinations.
Supported Job Type
This statement is optional for the i5/OS job type.
Syntax
This statement has the following format:
OTHERS keyword(value) ...
Specifies any valid SBMJOB command keyword and value combination. The value corresponds to the SBMJOB command keyword (the value that would appear in brackets after the keyword in the SBMJOB command).
Notes:
Example: Define the Printer and Output Queue for an i5/OS Job
This example runs a program named PAYJOB on an i5/OS system. The printer and output queue information is taken from the job definition.
AGENT I5AGENT CLPNAME PAYJOB OTHERS PRTDEV(*JOBD) OUTQ(*JOBD)
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|