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

How to know whether the module is dynamical or statistical?

658


What are the different rules for performing sort operation?

766


Describe the cobol database components?

683


Explain about different table spaces.

652


how do you reference the printer file formats from cobol programs

669






What are the access modes of START statement?

719


What is difference between static and dynamic call in cobol?

779


i need a small 3d program using inline and outline.

1640


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8172


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


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

813


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.

5065


What is static and dynamic call in cobol?

601