How do you access the records randomly in TSQ ?
Answer Posted / ac
Using specific qid
code
Exec cics read
dsn(name)
qid(key)
exit exe.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is the common work area?
Name the cics command that gives the length of twa area?
What is meant by a ‘Transid’ ?
Explain the difference between a package and a plan.
Define primary objective of cics?
Can you define mdt?
Explain how do you set the mdt option to on status, even if data is not entered?
For protecting a transaction using the transaction security function, the two things that must be done are?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
How vsam files are read in cics pgms?
What is a transid?
Name at least one of the ways by which a transaction can be terminated?
Mention one alternative aspect of CICS?
In a CICS program, how will you read a VSAM file?