IWS ADHOC SIMPLE process
The IWS ADHOC simple process can process multiple IWS AD records and updates the to the IWS plan.
The user cannot alter the JCL source code in operations or the AD record data.
All AD records in one process share the same parameters for the plan – input arrival, deadline.
User can set additional parameters manual hold, priority and group definition for the updated IWS occurrence.
It etc/app_sec these three fields must be enabled for the dialog in the module m_tws_adhoc_save_many
Example app_sec setting for module m_tws_adhoc_save_many
ADHOC SIMPLE process first creates record with DB state ON_DEMAND, this record is AD record with additional Current plan fields – input arrival, deadline, variable table.
By default after successful update to Z/OS the ON_DEMAND record is converted to DB state HISTORY, this record is AD record with additional Current plan fields – input arrival, deadline, variable table.
If settings result_dbstat in interface i_tws_adhoc_simple is set to to IN_PLAN , after successful update to z/OS process creates record with DB state IN_PLAN. IN_PLAN records are records that are connected with their occurence in current plan, user can see occurence status in current plan and with proper environment settings user can change them in current plan.
Last updated