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

how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1646


) how do u code after getting data?

1578


What are various search techniques in cobol? Explain.

641


How do u write test cases?

1633


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.

928






In COBOL, what is the different between index and subscript?

753


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

672


What are the different data types in cobol?

786


What do you understand by psb and acb?

659


What are the different types of condition in cobol and write their forms.

656


What type of SDLC u followed? Why?

1516


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

624


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


example for sub strings ? and refernce modifications whit output pls

1843


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052