SUBJCL Configuration Parameters
The SUBJCL DD statement of the platform server started task contains the configuration parameters that are used to control the SUBJCL processing.
See the following table for the configuration parameters you can define.
Parameter | Description |
---|---|
SUBMIT | Defines the start of a SUBJCL parameter entry.
This parameter is required. This must be the first parameter entry. |
JCL | Defines the JCL that must be submitted.
This parameter is required. |
SUBUSER | Defines the user ID under whose authorization the job is submitted.
The default value is TRANSFER. |
TYPE | Defines the type of file transfer request.
The valid values are SEND, RECEIVE, or BOTH. BOTH indicates that both send and receive requests are considered as a match. |
SOURCE | Defines the source of file transfer request.
The valid values are INITIATOR, RESPONDER, or BOTH. BOTH indicates that both initiator and responder requests are considered as a match. |
STATUS | Defines whether a transfer request is successful or unsuccessful.
The valid values are SUCCESS, FAILURE, or BOTH. BOTH indicates that both successful and unsuccessful requests are considered as a match. |
DSN | Defines the fully qualified data set name.
This field is compared against the local data set name in the file transfer request. If a member is transferred, the member name must be included in this parameter. |
PROCESS | Defines the process name associated with the transfer request. |
IPADDR | Defines the IP address of the node that is communicating with the platform server for z/OS.
If a request is not from an IP address, then this parameter does not match. |
NODE | Defines the node name of a transfer request.
For initiator requests, this parameter is used when the NODE parameter is used on a request. For responder requests, the platform server scans the NODE table for matches on the LUNAME or IP address. These entries are then matched up against the value specified in the NODE parameter. |
See the following examples of SUBJCL configuration entries.
SUBMIT,JCL=ACCTJOB1, SUBUSER=TRANSFER, STATUS=SUCCESS, SOURCE=RESPONDER, TYPE=RECEIVE, DSN=PROD.ACCT.PAYROLL, NODE=NYACCTA match on this entry occurs when all the following criteria are met.
When all of these fields match, the platform server logs on as the user associated with the file transfer, extracts the GLOBAL JOB_SUBMIT_DSN data set name, allocates that data set, and then submits member ACCTJOB1 into the internal reader.
Example 2:
SUBMIT,JCL=TECHSUP.JCL.CNTL(FAILED), SUBUSER=TECHSUP,STATUS=FAILED, SOURCE=BOTH,TYPE=BOTHA match on this entry occurs when all the following criteria are met.
When all of these fields match, the platform server logs on as user TECHSUP, submit the data in TECHSUP.JCL.CNTL(FAILED) into the internal reader.