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 types of the dfhmdf present in the cics?
Can you define temporary storage?
Define cedf?
What is dynamic transaction backout?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
what are the differences between and exec cics xctl and exec cics start command?
Explain how do you access the records randomly in tsq?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
how do you fire a batch job from a cics txn ?
How vsam files are read in cics pgms?
What are fset, frset?
Can you explain common systems area?
If we say that bms length of field = 0, then what does that mean?
What are the recoverable cics resources?