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

What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?

1 Answers  


when COMP-3 is preferrable?

3 Answers   Patni,


What is 77 level used for ?

12 Answers   IBM, iGate,


What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad

8 Answers   Syntel,


Explain the configuration section of a cobol program with examples of syntax.

0 Answers  






What is the difference between subscript and index?

1 Answers  


How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)

9 Answers   Bank Of America,


What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


1.What is the limit of linkage section?

4 Answers  


level number 77 is used to define a)group data b)elementary data c)redefine d)none

8 Answers   TCS,


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

1 Answers   L&T,


Categories