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 |
How many ways to share information between different CICS programs?
Why must all CICS programs have a Linkage Section ?
What are the CICS commands associated with transient data queue processing?
which transient data queue support ati?
What does it mean when EIBCALEN is equal to zeros?
6 Answers ADP, IBM, L&T, Satyam, TATA,
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
What is an AEY9 abend ?
What is the command which will delete a program LOADed into the main storage using LOAD command?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What are the CICS commands associated with temporary storage queue processing?
Can you define attribute byte?