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
Explain the significance of rdo?
Define cedf?
Explain the difference between pseudo-conversational and conversational?
Can you explain communication area?
What is the procedure to solve an ASRA ABEND?
What is meant by PPT and what are its uses?
What is an mdt (modified data tag)?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What does the 'cebr:cics' transactions do?
How to get the cursor position when we receive a map?
Explain processing program table(ppt)?
Explain the difference between and exec cics xctl and an exec cics link command?
How can you use dynamic calls in cics?
Can you explain dfhmdf bms macro?
Can you explain primary aspect of cics?