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?

Answers were Sorted based on User's Feedback



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

Answer / chudar

exec cics Startbr
dataset
ridfld()
getq
end exec

exec cics read next
dataset(name)
into(area)
length()
ridfld()
getq
end exec

Is This Answer Correct ?    12 Yes 0 No

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

Answer / lenin

The answer given by chudar is correct, but the GTEQ
parameter not required in READ NEXT statement.

Is This Answer Correct ?    5 Yes 1 No

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

Answer / rameshkumar.hk.

exec cics read
dataset(name)
into(area)
length()
ridfld()
getq
end exec

In connection with first answer above.
Will use only read option .startbr is used when u want to
read data dynamically.

Is This Answer Correct ?    2 Yes 1 No

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

Answer / venkatesh

thanks for the valid info
could you please explain each parameter

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

Difference between TSQ & TDQ

3 Answers  


What is the common work area (CWA)?

1 Answers   EDS, IBM,


What is meant by MDT? Furthermore, comment on FRSET and FSET ?

0 Answers  


Can you define aica abend?

0 Answers  


What are the classifications of the cics program?

0 Answers  


specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?

0 Answers   IBM,


i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???

2 Answers  


can anyone tell me about paginglogic in CICS,Please?

2 Answers   TCS,


What do you do if you do not want characters entered by the user to be folded to uppercase ?

3 Answers   IBM,


What is interval control?

0 Answers  


What is the function of the CICS translator?

1 Answers  


What is the primary aspect of CICS?

0 Answers  


Categories