Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?



What CICS command would you use to read a VSAM KSDS sequentially in ascending order?..

Answer / 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

More CICS Interview Questions

Explain cemt transaction commands?

0 Answers  


The EIB field which gives the last CICS command executed is

2 Answers   IBM,


Can you define attribute byte?

0 Answers  


What is the difference between a PF key & a PA key ?

4 Answers   IBM,


what are the reserved words for cics?

0 Answers  


How do you set the MDT option to ?ON? status, even if data is not entered?

1 Answers  


What is the use of the eibaid field?

0 Answers  


What is BMS?

13 Answers  


How do you access storage outside your CICS program?

2 Answers   IBM,


TSQs can be written in the Main storage or Auxiliary storage (True or False).

1 Answers   IBM,


Can you define cics task?

0 Answers  


Explain the function of the cics translator?

0 Answers  


Categories