m_tws_adhoc_appl
Module for ADHOC record in IWSz process
The REST-API for this module can only be used to create or modify ADHOC records in IWSz process.
In the interactive mode, this module allows to create or modify ADHOC records and edit the operation list with JCL edit and JCL check.
Important: Currently, it is not possible to edit the operation list with JCL edit and JCL check by Rest-API!
Example 1 - Create ADHOC record without parameters
In the most simple case it is possible to create ADHOC record where all parameters are adjusted using Procman process config and environment config.
The REST-API should only contain the instruction "CreateADHOC" for the task with m_tws_adhoc_appl module.
Example 2 - Create ADHOC record with selected JCL jobs
In case that the ADHOC record loads JCL from the z/OS request, you have to call the previous task m_jcl_select_file_sys (t0130 in the example below) with selection criteria.
In the following example, the member JOB1 from the library JOBLIB1 is loaded.
Example 3 - Create ADHOC record with ADHOC parameters
The request for ADHOC record can contain ADHOC parameters.
The parameters are placed in request to the adcom section inside inputAD node.
List of available parameters that can be used:
adowner: Owner ID
addesc: Text
adodesc: Owner Text
adprior: Priority
adgroup: Authority group id
adrjvtab: Variable table
Last updated