Previous Topic: OSUSER Statement—Specify the OS User NameNext Topic: OUTDESTFORMAT Statement—Specify the Output Format for a PeopleSoft Report


OTHERS Statement—Pass Keyword Parameters to SBMJOB

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) ...
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)