What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?
Answer Posted / 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 |
Post New Answer View All Answers
If we say that bms length of field = 0, then what does that mean?
Explain the function of the load command?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
What is commarea (communications area)?
what are transient data sets defined to cics?
Explain the maps in cics?
what are the differences between and exec cics xctl and an exec cics link command?
Receive consists of buffer option in it. What is the significance of this option?
name the command that is used to dump the main storage areas related to a task?
How to establish dynamic cursor position on a map?
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?
How to define a vsam file in cics getting into cics to define a vsam file.
What is meant by PPT and what are its uses?
Can you define temporary storage?
What are the classifications of the cics program?