What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?
Answer Posted / manish_cics
sequential access of VSAM file under CICS is
called "browsing". we 'll use this coomand::
EXEC CICS READNEXT
DATASET(NAME)/FILE(NAME)
INTO(DATA-AREA)
LENGTH(DATA-VALUE)
RIDFLD(DATA-AREA)
END-EXEC.
the READNEXT command is used to read a record of afile
sequentially forward .the STARTBR must ve been succesfully
completed prior to issuing the READNEXT command.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between intra partition tdq and extra partition tdq?
Explain the difference between the xctl and link commands?
What is task control?
What is a transid?
Explain the mdt in cics?
How ENQ and DEQ used in CICS?
What is the term bms in cics?
Can you explain enq and deq used in cics?
Explain the difference between start and xctl?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
what are the thress bms options?
Explain difference between call and link?
Can you define cics task?
Name the two types of transient data queues?
Explain the maps in cics?