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
Explain the different system tables used in cics?
How to define a vsam file in cics getting into cics to define a vsam file.
which transient data queue support ati?
Define an aica abend?
Can you explain multitasking and multithreading?
Can you define transid?
What are the recoverable cics resources?
how do you execute a background cics txn ?
Explain the difference between getting the system time with eibtime and asktime command?
What are the types of processes to create a map in cics?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
What is fset?
which is the cics control program that provides communication services between user written application programs and terminals?
Can you explain dfhmdf bms macro?