In CICS/VSAM every file that is accessed should be defined
in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM
files. How does it work with DB2 tables. It know it has to
do with the plan. Please expain with examples.



In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWS..

Answer / sandy

In the RCT give the TRANSID and Plan name which should be
accessed by the transaction id.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More COBOL Interview Questions

what is the meaning of pic 9(09)v99-

4 Answers   HSBC,


How do you come out of an EVALUATE statement?

3 Answers  


How to execute a set of JCL statements from a COBOL program?

2 Answers   Patni, Syntel,


in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?

2 Answers   HSBC,


What are the divisions in a cobol program? Which one is the mandatory division among them?

1 Answers  






I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?

1 Answers   CTS,


What is the point of the REPLACING option of a copy statement?

3 Answers  


what is the minimum number of lines a Cobol program should have to successfully compile and run

11 Answers   ABC, Societe Generale,


period is missing in the cobol program which error we getting

5 Answers   TCS, Tesco,


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


How many maximum number of procedures can we write in one COBOL program?

5 Answers  


In COBOL "BEFORE" advancing is there or not ?

3 Answers  


Categories