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
What are the classifications of the cics program?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Explain the use of DCT ?
Define RCT.
How to get the cursor position when we receive a map?
Explain the usage of language in the ppt entry?
Explain how many conditions can you include in a single handle condition command?
Can dynamic calls be used in CICS?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
what is the most common way of building queue-id of a tsq?
Explain the difference between a physical bms mapset and a logical bms mapset?
Can you explain enq and deq used in cics?
List out all the tables that are a part of cics ?
Name the command which is used to release a record on which exclusive control is gained?
Define ceci?