What are the CICS commands associated with temporary
storage queue processing?
Answers were Sorted based on User's Feedback
Answer / pavan
cics commands in tsq operations:
exec cics exec cics exec cics
writeq ts readq ts deleteq ts
queue(queue id) queue(queue id) queue(queue id)
from(ws-rec) into(ws-rec) end-exec.
item(itemno) item(itemno)
end-exec. end exec.
for rewrite same like write but we are giving the item no
manually.
item no its a working-storage section vriable.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
What is CICS ?
Define task work area?
What is a Logical Unit of Work (LUW)?
what is the option to be coded on return to associate a transaction identifier with next terminal.
what are the thress bms options?
How do you delete Item 3 in a five-item TSQ?
What is the kcp in the cics?
How to get the cursor position when we receive a map?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
What are the common cics service programs and explain their usage?
What is the drawback of using HANDLE CONDITION?
What is the COMMAREA(communications area)?