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
what are the differences between and exec cics xctl and an exec cics link command?
What are the recoverable cics resources?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
How is Telon(CA-Telon) used to build map?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
How to handle exceptional conditions in cics?
Explain the difference between using the read command with into option and set option?
what is the most common way of building queue-id of a tsq?
What is the use of mdt (modified data tag)?
Explain how pa key is different from pf key?
Can QSAM files be accessed from CICS?
What is commarea (communications area)?
How can you access esds files from cics?
What does the 'cebr:cics' transactions do?
Name at least one of the ways by which a transaction can be terminated?