How vsam files are read in cics pgms?



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

Post New Answer

More CICS Interview Questions

Explain how do you access the records randomly in tsq?

1 Answers  


How do find length of the cursor in cics map ?

3 Answers   HCL,


Explain the various ways data can be passed between CICS programs.

2 Answers   IBM,


Name the three ways available for a program to position the cursor on the screen?

1 Answers  


What is the meaning of BMS length of field = 0?

1 Answers   IBM,


How many exceptional condition can be given in a HANDLE CONDITION?

5 Answers   IBM,


What is the function of the Terminal Control table?

4 Answers  


What is the eib?

1 Answers  


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

4 Answers   IBM,


When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit

3 Answers  


Define exec cics retrieve?

1 Answers  


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.

1 Answers   HP,


Categories