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
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?
What is a transid?
What is ENQ?
what are the differences between and exec cics xctl and an exec cics link command?
What is the meaning of the enq command?
what is an mdt (modified data tag)? Its menaing and use?
what are the commands used to gain exclusive control over a resource?
Explain the function of the cics translator?
What is the cics command level?
Explain the difference between getting the system time with eibtime and asktime command?
What is the tcp in the cisc?
Explain the function of the load command?
Can you define bms?
Explain how many exceptional condition can be given in a handle condition?
Define the term mro (multi region operation)?