Which command is used to release a record on which
exclusive control is gained?
Answer / guest
we will use " UNLOCK " command
to realease exclusive control.
EXEC CICS UNLOCK
DATASET(NAME)/FILE(NAME)
[SYSID(NAME)]
END-EXEC.
| Is This Answer Correct ? | 5 Yes | 1 No |
What are the cics transactions?
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
Can you access QSAM (seq ) files from CICS ?
What is DEQ?
What are attribute bytes and how and why are they modified?
What is the name of the log which contains the information needed to restart the system, including the task
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
Explain how do you dynamically set the cursor position to a specific field?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
What does EIB mean?
Explain the function of the cics translator?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?