A CPSM Manager resource that provides information about a batched repository-update job.
The key for this resource class is a composite element.
The following actions are supported:
The parameter data for the CHECK action is:
PARM('INPUTDSN(dataset)
<INPUTMEMBER(membername)> <PRINTCLASS(class)>
PRINTNODE(node) OUTPUTUSER(userid).')
where:
dataset = (Required) 1-to 44-character name of the
sequential or Partitioned Data Set (PDS)
that contains the input parameters to the
batched repository-update job.
membername = When using a PDS, the name of the member that
contains the input parameters to the
batched repository-update job.
class = 1-character print class identifier. If omitted
print class A is used.
node = (Required) 1-to 8-character print node identifier
to be used by the system spooler for routing
the job output.
userid = (Required) 1- to 8-character user identifier
for the job output.

The parameter data for the EXECUTE action is:
PARM('INPUTDSN(dataset)
<INPUTMEMBER(membername)> <PRINTCLASS(class)>
PRINTNODE(node) OUTPUTUSER(userid).')
where:
dataset = (Required) 1-to 44-character name of the
sequential or Partitioned Data Set (PDS)
that contains the input parameters to the
batched repository-update job.
membername = When using a PDS, the name of the member that
contains the input parameters to the
batched repository-update job.
class = 1-character print class identifier. If omitted
print class A is used.
node = (Required) 1-to 8-character print node identifier
to be used by the system spooler for routing
the job output.
userid = (Required) 1- to 8-character user identifier
for the job output.

API Actions
PARM(' INPUTDSN(value) [INPUTMEMBER(value)] [PRINTCLASS(value)] PRINTNODE(value) OUTPUTUSER(value) .')
PARM(' INPUTDSN(value) [INPUTMEMBER(value)] [PRINTCLASS(value)] PRINTNODE(value) OUTPUTUSER(value) .')
Code | Description | Code | Description |
DATASET_NOT_FOUND | Input data set not found | ![]() ![]() |
Invalid destination userid |
DUPLICATE_REQUEST | Duplicate request for this input data set and member | OUTPUTUSER_NOT_ FOUND | Output user is required but not specified |
INPUT_SEC_VIOLATION | Security violation with input data set | OUTPUT_SEC_VIOLATION | Security violation with output data set |
![]() ![]() |
Invalid input member | PRINTNODE_NOT_FOUND | Print node is required but not specified |
![]() ![]() |
Invalid input data set name | PRINT_FAILURE | Failure during print processing |
![]() ![]() |
Invalid output class | SPOOL_UNAVAILABLE | Spool found to be not available |
![]() ![]() |
Invalid print node | STORAGE_FAILURE | Failure to obtain storage for job |
Name | Datatype | Source | Len | Sum | Description | Attr ID |
---|---|---|---|---|---|---|
PROCESS | EYUDA | CPSM | 4 | LIKE | Processing state | 12 |
PROCESS Output Valid Values | STARTED STOPPED | |||||
RUNTYPE | EYUDA | CPSM | 4 | LIKE | Batch run type | 6 |
RUNTYPE Input/Output Valid Values | EXECUTE CHECK | |||||
INPUTDSN-1 | CHAR | CPSM | 44 | DIF | Input data set name | 7 |
INPUTMEMBER-2 | CHAR | CPSM | 8 | DIF | Input member name | 8 |
PRINTCLASS | CHAR | CPSM | 1 | DIF | Output class | 9 |
PRINTNODE | CHAR | CPSM | 8 | DIF | Destination node | 10 |
OUTPUTUSER | CHAR | CPSM | 8 | DIF | Destination userid | 11 |