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 some of the cics commands associated with interval control?
Define RCT.
Explain cebr transaction commands?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Explain what is the massinsert option?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Can you define transid?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
What is the difference between pct and fct?
Name the command which is used to release a record on which exclusive control is gained?
Explain processing program table(ppt)?
Explain the difference between pseudo-conversational and conversational?
what is an mdt (modified data tag)? Its menaing and use?
Give the definition of COMMAREA ?
how do you intitiate another transaction?