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


Please Help Members By Posting Answers For Below Questions

Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

861


What is the difference between comp and comp-3?

886


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2951


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

873


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1059


What is link edit in cobol?

937


How do you define a variable of comp-1 and comp-2?

900


What is perform what is varying?

907


How to know whether the module is dynamical or statistical?

860


What is the difference between next sentence and continue in cobol programing language?

943


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.

1153


What are the different rules to perform a Search?

805


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?

931


IF I mention stop run in CICS what happens?

2081


How do you get the data to code the BMS macro?

1687