if one main program ,n -subprograms are then which call you
follow ?why reasonuhg

Answers were Sorted based on User's Feedback



if one main program ,n -subprograms are then which call you follow ?why reasonuhg..

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

if one main program ,n -subprograms are then which call you follow ?why reasonuhg..

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

if one main program ,n -subprograms are then which call you follow ?why reasonuhg..

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

if one main program ,n -subprograms are then which call you follow ?why reasonuhg..

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

Post New Answer

More COBOL Interview Questions

wht is the diff b/w if and evaluate stmts ?

2 Answers   DELL,


How does IDMS insure data integrity?

1 Answers  


COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'

8 Answers   Barclays, IBM,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


diffrence between renames and redifnes with examples

3 Answers   IBM,






How to display string in the reverse order using occurs clause?

4 Answers  


what will happen if i give program name and member name as different? program runs successful or w'll abend?

5 Answers   CTS,


What is report-item?

1 Answers   IBM,


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


Explain about Redefines cluse?

3 Answers   iGate,


01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?

7 Answers   Patni,


Categories