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 |
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
TSQs can be written in the Main storage or Auxiliary storage (True or False).
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
How can u pass the control from one prog to another in CICS?
Can a program change protected field ?
Can you define multiple maps in a BMS mapset?
Define temporary storage?
What does the 'cemt:cics' transactions do?
What are the three BMS options ?
Can multiple CICS regions exist under one O/S?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?