What are differences between Static Call and Dynamic Call?
Answer Posted / prince
Static call refers calling of the program in same
storage.Calling the program by its name. The program will be
calling using NODYNAM compiler option.In Static call
subprogram is linked at Compile time.In static call if we
want to edit the subprogram we need to compile both main
program and sub program. Static call calls one
program.Static program takes less time to execute. For
static call both calling and called programs will be having
one load module and they share only one load module.
Dyanamic call refers calling the program may be in differnt
storage.Calling the subprogram by a variable name. The
program is Calling using DYNAM option.In Dyanamic call
subprogram is linked at run time.The program must be in copy
library.In Dynamic call if we want to edit the subprogram we
need to compile only sub program.Dynamic call calls many
program. If the subprogram involves continuous change
Dynamic call is used.But for dynamic calling both calling
and called program have their own seaperate load modules.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between comp and comp-3?
What is the difference between external and global variables in COBOL?
What are declaratives and what are their uses in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Name the divisions, which are available in a cobol program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Difference between array and sub-script ?
What are various search techniques in cobol? Explain.
What is the Purpose of Pointer in the string?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are the different rules of SORT operation?
Name the sections present in data division.