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
Explain the difference between getting the system time with eibtime and asktime command?
Receive consists of buffer option in it. What is the significance of this option?
Explain how DSECT parameter is used in BMS ?
Explain 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?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Mention one alternative aspect of CICS?
List out all the tables that are a part of cics ?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Can dynamic calls be used in CICS?
Explain the difference between a package and a plan.
Explain how do you intitiate another transaction?
Explain the difference between tsq and tdq
Define exec cics retrieve?
Can you explain communication area?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?