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 |
What does the BUFFER option in RECEIVE mean ?
Give the definition of COMMAREA ?
interview type questions like basics&deep
What is the CICS LOAD command?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
What does it mean when EIBCALEN is equal to 1 and other values?
What is the syncpoint and its use?
How many ways to share information between different CICS programs?
What is the difference between a return with transid and xctl?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the difference between the XCTL and LINK commands?
Use of DFHCOMMAREA in cics