Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL.

Thanks for help in advance.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  


Can anybody give me example of subscript and index

5 Answers  


how you will define variables length in cobol.

3 Answers   Temenos,


What is the difference between comp and comp-3 usage?

0 Answers  


hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps

5 Answers   iNautix,






If we use GO BACK instead of STOP RUN in cobol?

2 Answers   Temenos,


How can you get the ksds file records into your cobol program?

0 Answers  


What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 Answers   IBM,


what is index and how to use two tables using index?

1 Answers  


What is Static and Dynamic linking ?

3 Answers  


consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

6 Answers   ABCL, TCS,


Categories