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

What is the difference between a binary search and a sequential search what are the pertinent cobol?

745


what is difference between cobol and cobol/400

21582


What is inspect in cobol ?

808


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

724


Which mode is used to operate the sequential file?

681






What is the difference between comp and comp-3?

704


How do we get current date from system with century in COBOL?

815


Name the sections present in data division.

705


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1964


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3731


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1975


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

728


Write some characteristics of cobol as means of business language.

631


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1238


What type of SDLC u followed? Why?

1535