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 |
Difference between TSQ & TDQ
What is the common work area (CWA)?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
Can you define aica abend?
What are the classifications of the cics program?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
can anyone tell me about paginglogic in CICS,Please?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
What is interval control?
What is the function of the CICS translator?
What is the primary aspect of CICS?