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
what is the cics command used to access current date and time?
If we say that bms length of field = 0, then what does that mean?
What is the procedure to read a statement from tsq?
what are transient data sets defined to cics?
Specify the requirements for automatic task initiation?
Can you define cemt?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Explain the different ways of initiating transaction in cics?
Can you explain multitasking and multithreading?
What is the cics command that is used to access current date and time?
How can you access qsam (seq) files from cics?
Highlight the points of differences between XCTL and START?
Define an asra?
What are the main uses of the transaction in the cics?