How vsam files are read in cics pgms?
Answer / Gunjan Mehrotra
VSAM files can be accessed in CICS programs through the use of the Data Communications Area (DCA) or the Extended Binding Facility (EBF). The program opens the VSAM dataset, positions to a specific record using appropriate control options, reads the record into a buffer, and processes it accordingly. The read operation can be sequential or direct access based on the type of the VSAM dataset.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how do you access the records randomly in tsq?
How do find length of the cursor in cics map ?
Explain the various ways data can be passed between CICS programs.
Name the three ways available for a program to position the cursor on the screen?
What is the meaning of BMS length of field = 0?
How many exceptional condition can be given in a HANDLE CONDITION?
What is the function of the Terminal Control table?
What is the eib?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
Define exec cics retrieve?
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.