Previous Topic: DBUG URT Screen Updated with USRINFO and AUTHID DataNext Topic: Simplified Management of CICS Resources Using CICS SYNCPOINT


Batch Execution for DELETE, LOAD, and RESTART of URTS Added

The following have been updated to allow DELETE, LOAD, and RESTART of URT from batch or online applications:

CA Datacom/DB request nnDBOC LOAD=nnnn
LINK PROGRAM('DCCOCPR') COMMAREA('DBLC DELETE=nnnn')
XCTL PROGRAM('DCCOCPR') COMMAREA('DBOC RESTART=nnnn')
START TRANSID('DBOC') FROM('DBOC LOAD=nnnn')

The following were updated to allow DELETE, LOAD, and RESTART of URT using console commands:

DBOC DELETE=nnnn
DBOC LOAD=nnnn
DBOC RESTART=nnnn
DBEC PERFORM DELETE/LOAD/RESTART commands in local or remote mode

Note: For DBEC responses, the results are logged to the DBOCPRT file on which the action was performed.