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 |
What is the abend command?
What is EIB. How it can be used?
What does it mean when EIBCALEN is equal to 1 and other values?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
How do you terminate an already issued DELAY command?
What will be the length of the eibcalen ,if the transaction is used to cics first time?
when will be use the tdq and tsq??
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
How can you use dynamic calls in cics?
Different types of BMS Macros
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
What is meant by an attribute byte?