Running Datacom DBUTLTY with:
LOCK OPTION=HOTCOPY,DBID=nnn
This is done before a DFDSS backup and will be in effect until an UNLOCK is run,
Will this stop batch jobs and CICS transactions from starting? Will they have to wait until the UNLOCK?
How can you monitor what DBIDs have a LOCK set?
Release: 15.1
New batch jobs and CICS transactions will be able to run and update the database while the LOCK OPTION=HOTCOPY is in effect.
They will not wait to start until the UNLOCK is performed.
The LOCK OPTION=HOTCOPY does the following:
To monitor what DBIDs have a LOCK set use the following SQL command:
SELECT MUF_NAME, LOCK_VALUE FROM sysadm.MUF_LOCKS_VALUE WHERE SUBSTR(LOCK_VALUE,1,6) = 'DBSMVR';
See Datacom documentation section Creating Copies of Databases and Data Areas and LOCK (Lock a Database with OPTION=HOTCOPY)
Article 47123 COMM STATUS not displaying LOCKs