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 use of the DELIGHT in Mainframes and whats is use of scope?
What are the steps you go through to a create a BMS executable?
How do you establish a starting position in a browse operation?
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What is the purpose of the Program List Table?
Explain how to build up lu 6.2 communication?
What is the CICS LOAD command?
How is dynamic memory allocated within a CICS application program?
how can we display negative sign in a map?
What is the difference between using the READ command with INTO option and SET option?
What does it mean when EIBCALEN is equal to 1 and other values?