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

can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.

3 Answers   CTS,


i have variable record in the 5th, i want to sort from 5th filed ? how ?

2 Answers   TCS,


In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name

5 Answers   TCS,


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


how many bytes does s9(7)COMP-3 field occupies?

6 Answers   ADP,


which is better either static call or dynamic call? and why?

5 Answers   HCL,


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,


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  


Categories