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 is the comaera (communication area)?
What is task control?
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?
Explain cedf transaction commands?
How to dsect parameter is used in bms?
what are the differences between and exec cics xctl and exec cics start command?
Receive consists of buffer option in it. What is the significance of this option?
Can you explain primary aspect of cics?
Which commend used for terminating a browser operation?
Explain the difference between pseudo-conversational and conversational?
What does the 'cedf:cics' transactions do?
Explain how do you dynamically set the cursor position to a specific field?
Name the cics command that gives the length of twa area?
What is the eib parameter?
What is a transid?