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
what are the thress bms options?
Explain the mdt in cics?
Define TCT.
Can you explain dfhmdf bms macro?
Explain the difference between and exec cics xctl and exec cics start command?
what are the commands used to gain exclusive control over a resource?
Highlight the points of differences between XCTL and START?
What is the kcp in the cics?
how can you prevent more than one user from accessing the same transient data queue?
In a particular cics program, what is the procedure to allocate dynamic memory?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Kindly specify the pic clause for the hhmmss type of data fields?
Can you explain multitasking and multithreading?
What is the use of the program list table?
Explain the difference between pseudo-conversational and conversational?