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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you define transid?

1083


Define primary objective of cics?

1051


Explain how many exceptional condition can be given in a handle condition?

1063


What is the type of ppt in the cics?

1073


What are the uses of ppt in cics?

1044


Name the 3 common ways to create maps?

1194


What is the eib parameter?

1098


How to handle exceptional conditions in cics?

1189


What is task control?

1222


What is the use of the eibaid field?

1207


list the sequence of steps used to achieve modiication in skip sequential mode?

1231


what is effect on receive map when

1321


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

1146


Explain how do you set the mdt option to on status, even if data is not entered?

1148


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

1178