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
What are the common cics service programs and explain their usage?
What is meant by PPT and what are its uses?
What is the comaera (communication area)?
What is cics load command?
what is an mdt (modified data tag)? Its menaing and use?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is frset?
Explain ceci transaction commands?
Explain the function of the cics translator?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
Define an aica abend?
What does the 'cedf:cics' transactions do?
Explain how do you access storage outside your cics program?
Can you explain multitasking and multithreading?