Replacing a Datacom URT in a CICS Services (DBC) region
search cancel

Replacing a Datacom URT in a CICS Services (DBC) region

book

Article ID: 14459

calendar_today

Updated On:

Products

Datacom

Issue/Introduction

This article describes how a new version of a User Requirements Table (URT) can be activated in the CICS. 

Environment

z/OS

Datacom CICS Services

Resolution

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

Additional Information

For documentation, see Replacing a URT with a New Copy