if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answers were Sorted based on User's Feedback
Answer / krishna
Dynamic Call is always preferable, irrespective of the no
of Sub programs,but it all depends on the installation.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shiva
in dynamic call the subprogram load modules are linked
during execution..so it terms of processing it is slow
compared to satic...
but no need to compile main pgm every time when subprogm
is modified...it is one bst advantage over static call....
hence dynamic call is pereferable....
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sandhya
dynamic call is preferable with respect to space and
static call is preferable with respect to fast execution...
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / harsha
intially we follow main program then all depends on the
control or flow of the main program itself for eg;
In main prog intially we call a subprog1 and after the
execution of subprog1 is over then control is back to the
main prog or to be simple the program which called...to bo
simple wherever the control gets it's start it's(control)
is finally returned to that point in the program
| Is This Answer Correct ? | 1 Yes | 1 No |
how would find total records in files using seqientional
What is ASKTIME, SUSPEND
for an INITIALIZE and what keyword allows for an override of the default.
what is rediffine clause?in what situation it can use?give me real time example?
What is a report item?
When is a scope terminator mandatory?
What is the purpose of Identification Division?
can i use multiple when statements in search & search all ? justify ur answer?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
How to covert given string into ASCII value in COBOL/MF COBOL
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?