This article describes how a new version of a User Requirements Table (URT) can be activated in the CICS.
z/OS
Datacom CICS Services
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
use the DBOC commands :
DBOC CLOSE=nnnn
DBOC DELETE=nnnn
Then do a CICS NEWCOPY of the URT module.
DBOC LOAD=nnnn
DBOC OPEN=nnnn
For documentation, see Replacing a URT with a New Copy