What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / lenin
The answer given by chudar is correct, but the GTEQ
parameter not required in READ NEXT statement.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
if we want to add new column in the db2 table.How can add in the copybook?
what are the commands used to gain exclusive control over a resource?
Define cebr?
cics command level is?
Define the term transaction routing?
What is Tclass in cics?what is its importance? How it is implemented?
Explain the difference between start and xctl?
What RCT Entries will you make for a CICS DB2 program??
what are the differences between and exec cics xctl and an exec cics link command?
What is a mapset?
when will be use the tdq and tsq??
Explain the use of DCT ?