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 index and how to use two tables using index?

1 Answers  


How to recover a deleted source physical file from library?

1 Answers   HCL,


How include time & date in the report generation in cobol programing?

2 Answers  


input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.

4 Answers  


In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?

1 Answers  






how would you resolve sb37 and SE37?

2 Answers   Hewitt,


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


How do you set a return code to the JCL from a COBOL program?

4 Answers  


How can you display the SPOOL information ?

2 Answers  


if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible

3 Answers   IBM,


Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?

5 Answers   IBM,


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

8 Answers   TCS,


Categories