Which command is used to release a record on which
exclusive control is gained?



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

Post New Answer

More CICS Interview Questions

Can you define cemt?

0 Answers  


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


How is the storage determined in the symbolic map, if you have multiple maps?

2 Answers   IBM, Wipro,


What is a resident program?

2 Answers   IBM,


Mention the content that is present inside a PPT ?

0 Answers  






How many maps are create in a single mapset?

5 Answers  


What is meant by program reentrance?

1 Answers   Amdocs,


Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.

2 Answers  


Explain the different ways of initiating transaction in cics?

0 Answers  


How many ways to share information between different CICS programs?

3 Answers   Accenture,


what is partial serch analysys in cics?

2 Answers  


What is quasi rentrancy concept in CICS?

1 Answers   HCL,


Categories