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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol? Could we utilize a similar copybook?

1273


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5427


How to remove 2 duplicate records and copy only one using job control language?

1261


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6668


Can a Search can be done on a table with or without Index?

1333


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1607


What is the difference between external and global variables in COBOL?

1543


What are the different rules to perform a Search?

1141


Differentiate between structured cobol programming and object-oriented cobol programming.

1213


What is perform what is varying?

1222


Mention the guidelines to write a structured cobol program?

1142


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2637


What type of SDLC u followed? Why?

2049


Give some examples of command terminators?

1323


In which area will you utilize 88 level items in cobol?

1210