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 |
Give the definition of COMMAREA ?
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
What is the meaning of the enq command?
Can you define ppt and what are its uses?
Explain the function of the cics translator?
What does the 'cedf:cics' transactions do?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is DFHBMSCA?
where we can declare the files in fct and pct and ppt and rct pls give clear structure
What is quasi rentrancy concept in CICS?
If I create a TSQ from one transaction, can I read it from another transaction?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?