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 |
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
Have you entered any program names in PPT or PCT? If so How?
How do you terminate an already issued DELAY 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???
What CICS command do you need to obtain the user logon-id?
What tables must be updated when adding a new transaction and program?
How are VSAM files Read in CICS pgms?
Explain the difference between start and xctl?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
Explain the term Function Request Shipping?
Can you define cemt?