What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?
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 |
How can you use dynamic calls in cics?
What is the eib?
explain abt types of maps? and explain
Explain the primary significance of intra-partition and extra-partition tdqs ?
Which CICS service transaction is used to gain accessibility to CICS control tables?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
What is MDT?
Mention the option (along with argument type) used in a CICS command to retrieve the response code
How do you enter into cics region and how many regions available?
What is meant by PPT and what are its uses?
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
What is the use of mdt (modified data tag)?