kaverimanoj
New User
Joined: 13 Jan 2026 Posts: 1 Location: bangalore
|
|
|
|
We understand with PGM=DBUTLTY we can close the URT that has been locked by Datacom MUF but if the Datacom URT/DBID those are locked by CICSRegion then how to close/open URT in batch jobs?
COMM OPTION=CLOSE,DBID=051
COMM CLOSE URT=0051
Above command worked if CICSREGION is down but i need to run the batch job which will close/open during cicsregion is up? can you pls help me with command jcl example ?
Its not about PGM=DBUTLTY utility, I need information on how to close datacom URT/DBID that has been locked by online CICSregions?
Command like .
F CICSRegion,DBOC CLOSE=urtnumber.
F CICSRegion,DBEC CLOSE,URT=nnn
Similar CICS command in Batch JCL where datacom databaseid has been locked by CICSregion and Datacom MUF region both, I am able to close datacom dbid in MUF but not in CICS region. |
|