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 |
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
What is the name of the mapset definition macro?
How do you dynamically set the CURSOR position to a specific field?
How many ways to share information between different CICS programs?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
Can you explain cics translator?
Define transient data?
Name the macros used to define the following: MAP MAPSET FIELD
Explain the term Transaction routing?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
What is DEQ?