What are differences between Static Call and Dynamic Call?
Answer Posted / guest
Calling With in the program is called static call.
Calling out side the program (other program) is called
Dynamic call.
Main and sub-programs are stored in single load module
in static call.Main and sub-programs are stored in
different load module in synamic call.
If u are made any change in static call uging program
u need to re run all the programes or load module. In
dynamic call Just u can run in which program u r made
changes or in which load module.
Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between comp and comp-3?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is link edit in cobol?
How do you define a variable of comp-1 and comp-2?
What is perform what is varying?
How to know whether the module is dynamical or statistical?
What is the difference between next sentence and continue in cobol programing language?
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.
What are the different rules to perform a Search?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
IF I mention stop run in CICS what happens?
How do you get the data to code the BMS macro?