How do you read from a TSQ?
Answer / anna
READQ TS
exec cics
READQ TS QUEUE(name)
INTO(data-area)/or
SET(ptr-ref)
LENGTH(data-area)
NUMITEMS(data-area)/or
NEXT/or
ITEM(data-value)
SYSID(systemname)
end-exec.
| Is This Answer Correct ? | 6 Yes | 0 No |
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
How can you access esds files from cics?
Can QSAM files be accessed from CICS?
What are the uses of ppt in cics?
what is an MDT in cics
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
what is the cics command used to access current date and time?
how do you fire a batch job from a cics txn ?
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?