What are the CICS commands associated with temporary
storage queue processing?
Answer Posted / naren
EXEC CICS
ENQ RESOURCE('TSQ NAME')
END-EXEC.
EXEC CICS
DNQ RESOURCE('TSQ NAME')
END-EXEC
THE ENQ COMMAND IS USED TO HOLD THE QUEUE, SO THAT IT CAN
BE USED BY ONLY ONE TASK....NO SHARING WILL BE ALLOWED TO
OTHER TASKS...
THE DNQ COMMAND RELEASES THE HOLD...
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Name the cics command used to access current date and time?
What is the common systems area?
Explain the system transid cemt?
What is the meaning of the eibaid field?
Explain the difference between and exec cics xctl and an exec cics link command?
Explain processing program table(ppt)?
What is task control?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Name some translator and compile options and explain their meaning?
What is ENQ?
What is program reentrance?
Can you explain common systems area?
What Are Send Map Maponly & Send Map Dataonly ?
Kindly specify the pic clause for the data type of length option field type of data fields?
what are the differences between and exec cics xctl and exec cics start command?