What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?
Answer Posted / chudar
exec cics Startbr
dataset
ridfld()
getq
end exec
exec cics read next
dataset(name)
into(area)
length()
ridfld()
getq
end exec
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the difference between pct and fct?
Define an aica abend?
Explain how to build up lu 6.2 communication?
What is the comaera (communication area)?
What does a cics translator do?
Explain how DSECT parameter is used in BMS ?
Can you define mdt?
Can you explain enq and deq used in cics?
In a CICS program, how will you read a VSAM file?
Particular area has been affected in cics screen, what is the process to find?
Explain the difference between physical map and symbolic map?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
Explain the difference between getting the system time with eibtime and asktime command?
Name the command which is used to release a record on which exclusive control is gained?
Explain the mdt in cics?