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 |
What is the use of DSECT parameter in BMS?
What is multitasking and multithreading?
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
why we code ACCUM parameter in cics send time
Can ESDS files be accessed from CICS?
What is the general Command format of CICS ?
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?
What is an AICA abend?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Sync points cannot be requested by the application programs? State true or false