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 |
How can we code a program such that we will never get a MAPFAIL error?
What is the kcp in the cics?
What is the meaning of BMS length of field = 0?
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
Which is the CICS control program which governs the flow of control among the CICS application
Use of DFHCOMMAREA in cics
What is the CICS command that gives the length of TWA area?
What is the eib?
Define an aey9 abend?
Explain the difference between the into and the set option in the exec cics receive map command?
Give certain situations where NEWCOPY is obligatory?
Define an asra?