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
What are declaratives and what are their uses in cobol?
Which is not true about evaluate statement
When is inspect verb is used in cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Describe the cobol database components?
A table has two indexes defined. Which one will be used by the SEARCH?
How to know whether the module is dynamical or statistical?
What do you understand by psb and acb?
What are the pertinent COBOL commands?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the rules of the move verb?
Difference between cobol and cobol-ii?
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.