Modifying operations in current plan
For modification of operations in current plan is used module m_tws_cp_opsel.
This module is configured by process environment by following settings
Setting cp_update – if set to false save only request to database, if set to true save request and update the current plan with request
Setting cp_tasks – configure the user’s dialog, each item in this setting configures one button in user interface, the item has 3 configurations action, button, params.
Action – the predefined CP task that will be executed by button.
Button – description of the button, description is loaded from twaz_custom_dictionary.xml in directory Procman/etc/dictionaries
Params – parameters for predefined CP task
Action setting - predefined CP task can contain following values.
wsmod – change workstation for operations with value WSNAME from params
opst - change status for operations with value STATUS from params
occst – modify occurrence status with value STATUS from params
rsocc – restart occurrence, no parameters
jcledit - edit JCL of one operation, no parameters
Params setting – name of parameter is taken basically from BatchCP, currently supported params in Procman
WSNAME – workstation name
STATUS – status of CP operation or occurence, value C for complete operation, value R for restart operation
USERDATA – operation user data
Example environment setting for task t0110 with m_tws_cp_opsel module :
Example CP Dialog created by the Procman environment from previous page.
Dictionary for the ProcMan environment from previous page
Example setting for CP task that completes operation and write custom text to user data
Example setting for CP task that completes occurrence and write custom text to user data in first operation of the occurrence
Last updated