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 |
Can you explain common systems area?
What is the use of DCT?
can anyone tell me about paginglogic in CICS,Please?
What are the cics commands associated with task control?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
What is eib?
How do you rollback data written to an ESDS file?
What is the COMMAREA(communications area)?
Explain how would you resolve an asra abend?
Explain the different ways of initiating transaction in cics?
Explain the primary function of the processing program table (ppt)?
Define ceci?