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

Hai friends why we need to read a file before re-write a record?

7 Answers   L&T,


Write the code implementing the perform … varying.

0 Answers  


A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,


Which division and paragraphs are mandatory for a COBOL program?

0 Answers  


For rewrite, why is it mandatory that file needs to be opened?

0 Answers  






What are the access modes of START statement?

0 Answers  


If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....

1 Answers   HCL,


Write a program that uses move corresponding.

0 Answers  


What is comp-1 and comp-2?

0 Answers  


There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.

1 Answers   Mind Tree,


01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?

3 Answers   Patni,


What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....

3 Answers   IBM,


Categories