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

Explain the difference between the xctl and link commands?

516


What is the common systems area?

584


Explain how do you intitiate another transaction?

594


Explain how do you access the records randomly in tsq?

593


Explain difference between call and link?

556






How do we pass parameters into a CICS –DB2 program

3639


What does the 'cedf:cics' transactions do?

573


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

719


Differentiate between PCT and FCT.

641


What is frset?

570


What is meant by PPT and what are its uses?

608


hi,what is the module? how many modules in mainframe based banking projects

2427


What is the procedure to read a statement from tsq?

646


how can you prevent more than one user from accessing the same transient data queue?

604


What are the terms cics generally means?

566