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 |
Different types of BMS Macros
What is a mapset?
Can multiple CICS regions exist under one O/S?
what is the deadlock?
What is bms map?
Name some important fields in the EIB block ?
What is the meaning of the ENQ and DEQ commands?
What is non-conventional programs?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
What is the common systems area (CSA)?
When there are 2 records with the same key specified in a DELETE operation what will happen?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?