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

TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr

1 Answers   MNC,


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


How to print 10 to 1 if the input have only 10 digit number?

0 Answers  


can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  


How is sign stored in Packed Decimal fields and Zoned Decimal fields?

6 Answers   ABC, HCL, TCS,






Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 Answers  


How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.

16 Answers   IBM, TCS,


If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?

8 Answers   UST,


Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.

2 Answers  


how to create temporary data set in jcl? what is the use?

3 Answers   Cap Gemini, Temenos,


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


How to use the same COBOL program in Batch and CICS on lines? explain with an example

0 Answers   IBM,


Categories