How do you access the records randomly in TSQ ?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by the term fct?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
How can you use dynamic calls in cics?
Explain the difference between and exec cics xctl and an exec cics link command?
Can you define mdt?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Explain the difference between the into and the set option in the exec cics receive map command?
Name at least one of the ways by which a transaction can be terminated?
Explain the system transid cemt?
What is the eib parameter?
What is the meaning of the enq command?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
List out all the tables that are a part of cics ?
Explain how pa key is different from pf key?
What is an mdt (modified data tag)?