1) I am trying to write a batch job which will bypass a job in an OPC on current plan.
I got the reference materials here:
https://www.ibm.com/support/pages/sched ... -batch-job
Inside, it gives an example
ACTION=MODIFY,RESOURCE=CPOP,ADID=MYAPP1,OPNO=020,
IA=0810010930,WSNAME=RLSE;
I follow it but my job errors:
EQQM933E WORK STATION RLSE NOT FOUND FOR OPERATION
2) I am trying to use the OPC RECOVER statement to rerun a job which has a status = C. Nothing happens.
Does the OPC RECOVER statement only work for job with status = E?
Thanks for your help.