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 is the pic clause for the data type of length option field type of data fields?
Explain processing program table(ppt)?
What are the terms cics generally means?
What is the main function of the sign-on table?
Can you explain common systems area?
Explain the difference between physical map and symbolic map?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Define cedf?
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?
Explain the function of the terminal control table?
What is frset?
What is the use of mdt (modified data tag)?
What is meant by a ‘Transid’ ?
What is journal recovery?
How do you use altindxs in batch, cics programs?