What are the CICS commands associated with temporary
storage queue processing?
Answer Posted / 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 |
Post New Answer View All Answers
Can you define aica abend?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What is the cics command that is used to access current date and time?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
How do you use altindxs in batch, cics programs?
What are the common cics service programs and explain their usage?
Name the 3 common ways to create maps?
how do you intitiate another transaction?
what are the commands used to gain exclusive control over a resource?
Define an asra?
Explain how pa key is different from pf key?
Explain the cics command that is used for reading a record from the tdq?
Define the term mro (multi region operation)?
Explain the difference between and exec cics xctl and an exec cics link command?
Explain the purpose of the program list table?