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 |
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
when COMP-3 is preferrable?
What is 77 level used for ?
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
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between subscript and index?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
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
1.What is the limit of linkage section?
level number 77 is used to define a)group data b)elementary data c)redefine d)none
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.