Which command is used to release a record on which
exclusive control is gained?
Answer Posted / 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 |
Post New Answer View All Answers
what are the reserved words for cics?
How do we pass parameters into a CICS –DB2 program
Define temporary storage?
what is the cics command used to access current date and time?
Explain the uses that are associated to tsq and tdq ?
With the use of an alternate index, how is a VSAM file accessed?
Specify the requirements for automatic task initiation?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the use of tdq and tsq?
What is the common work area?
Explain the difference between a package and a plan.
What is interval control?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Explain the difference between and exec cics xctl and exec cics start command?