What CICS command would you use to read a VSAM KSDS
sequentially in ascending order?
Answer Posted / manish_cics
sequential access of VSAM file under CICS is
called "browsing". we 'll use this coomand::
EXEC CICS READNEXT
DATASET(NAME)/FILE(NAME)
INTO(DATA-AREA)
LENGTH(DATA-VALUE)
RIDFLD(DATA-AREA)
END-EXEC.
the READNEXT command is used to read a record of afile
sequentially forward .the STARTBR must ve been succesfully
completed prior to issuing the READNEXT command.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain how do you delete item 3 in a five-item tsq?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Kindly specify the pic clause for the any bll cell type of data fields?
Explain the function of the load command?
What is ENQ?
What is CICS ?
Explain the function of the terminal control table?
how do you execute a background cics txn ?
Can you explain cics transaction gateway?
what are the differences between and exec cics xctl and exec cics start command?
Explain how do you control cursor positioning?
What is fset?
Explain how many conditions can you include in a single handle condition command?
Name the command used for terminating a browse operation?
Define the term function request shipping?