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 |
Highlight the points of differences between XCTL and START?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
Specify the requirements for automatic task initiation?
After execute the map, What will happen ? Give breif Description
how can you prevent more than one user from accessing the same transient data queue?
if we want to add new column in the db2 table.How can add in the copybook?
Explain the significance of rdo?
What is the meaning of the ENQ and DEQ commands?
What is the primary function of the Sign-on Table?
The first step in the development of an application system is the Requirement Analysis(True or False).
Into which table is the terminal id registered?
Explain how do you access storage outside your cics program?