How do you access the records randomly in TSQ ?
Answers were Sorted based on User's Feedback
Answer / joanna suresh
by giving the item number. below is the syntex of Reading
the record in TSQ
EXEC CICS READQ TS QUEUE (EXPW-TEMP-STORAGE-KEY)
ITEM (1)
LENGTH (EXPW-TEMP-STORAGE-LENGTH)
INTO (PASSWORD-FILE)
END-EXEC
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / ac
Using specific qid
code
Exec cics read
dsn(name)
qid(key)
exit exe.
| Is This Answer Correct ? | 4 Yes | 10 No |
I want to know what exactly the STOPPER field does with example. Please help.
What are the two types of transient data queues?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
Explain the difference between and exec cics xctl and an exec cics link command?
Explain how pa key is different from pf key?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
<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?
Explain how do you set the mdt option to on status, even if data is not entered?
What are the 3 working storage fields used for every field on the map?
Differentiate between PCT and FCT.
Can you define aica abend?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?