Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


suppose a cobol programme A calling programme B,C and D.
If C undergoes some change what if A,B,C,D need to be
recompiled or only C nee to be recompliled.

Answers were Sorted based on User's Feedback



suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D..

Answer / umesh sasankota

It depends on whether the compilation is Static or Dynamic.

Assuming Program A is calling Program B,C & D.

In Case of Static Compilation option (Compiler Option
NODYNM): Compile C first and then compile A. As no changes
in Programs B & D no compilation required for these 2 members.


In Case of Dynamic Compilation (Compiler Option DYNM), only
Program C need to be compiled.

Is This Answer Correct ?    21 Yes 0 No

suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D..

Answer / krishnan

Based on the compile option we will deside if static call
means C separately no need to complile if it is dynamic
means u need to recompile the C pgm

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More COBOL Interview Questions

IF I mention stop run in CICS what happens?

0 Answers   IBM,


What are different data types in cobol?

0 Answers  


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,


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

5 Answers  


created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

2 Answers   HCL,


I have a File that has duplicate records. I need only those records that occur more than thrice.?

3 Answers   IBM, Wipro,


when COMP-3 is preferrable?

3 Answers   Patni,


In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference

3 Answers   IBM,


what is the maximum error code in mainframe

2 Answers  


Difference between array and sub-script ?

0 Answers   HCL,


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

0 Answers  


How can you add a particular field in copybook?

2 Answers   L&T,


Categories