How do I replace a URT in a CA Datacom® CICS Services (DBC) region?
CA Datacom® CICS Services provides commands to allows replacing a URT with a new copy into the CICS region.
The URT must be closed before issuing this request.
Issue the following commands in the CICS region. Supply "nnnn" URT number:
DBOC CLOSE=nnnn
DBEC P,NEWCOPY,URT(nnnn)
Or, if you are more familiar with the DBOC commands and not with the DBEC commands:
DBOC CLOSE=nnnn
DBOC DELETE=nnnn
Then do a CICS NEWCOPY of the URT module.
DBOC LOAD=nnnn
DBOC OPEN=nnnn
CA Datacom® Tools - 15.1 section "Replacing a URT with a New Copy" at