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

What is the comaera (communication area)?

752


What is task control?

686


when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?

743


Explain cedf transaction commands?

725


How to dsect parameter is used in bms?

801






what are the differences between and exec cics xctl and exec cics start command?

772


Receive consists of buffer option in it. What is the significance of this option?

673


Can you explain primary aspect of cics?

774


Which commend used for terminating a browser operation?

586


Explain the difference between pseudo-conversational and conversational?

683


What does the 'cedf:cics' transactions do?

673


Explain how do you dynamically set the cursor position to a specific field?

707


Name the cics command that gives the length of twa area?

644


What is the eib parameter?

707


What is a transid?

660