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 |
Name the command used for terminating a browse operation?
How do you access storage outside your CICS program?
Explain how do you terminate an already issued delay command?
What is commarea (communications area)?
What is the abend command?
Explain the uses that are associated to tsq and tdq ?
Define an aey9 abend?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
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?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
What is the use of mdt (modified data tag)?
What is the difference between using the READ command with INTO option and SET option?