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 is the kcp in the cics?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
which transient data queue support ati?
Explain how pa key is different from pf key?
Can QSAM files be accessed from CICS?
What is the pic clause for the hhmmss type of data fields?
Can you explain enq and deq used in cics?
Explain ceci transaction commands?
Highlight the points of differences between XCTL and START?
How to define a vsam file in cics getting into cics to define a vsam file.
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Sync points cannot be requested by the application programs? State true or false
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
what are the differences between and exec cics xctl and an exec cics link command?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?