What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?
Answer Posted / 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 |
Post New Answer View All Answers
Can you define transid?
Define primary objective of cics?
Explain how many exceptional condition can be given in a handle condition?
What is the type of ppt in the cics?
What are the uses of ppt in cics?
Name the 3 common ways to create maps?
What is the eib parameter?
How to handle exceptional conditions in cics?
What is task control?
What is the use of the eibaid field?
list the sequence of steps used to achieve modiication in skip sequential mode?
what is effect on receive map when
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain how do you set the mdt option to on status, even if data is not entered?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?