which one is better among static call and dynamic call?

Answer Posted / ps

call in which the called program and the calling program are
compiled and link edited together to create one load module
is static call.
call in which the calling and called program are compiled
and link edited separatly to create two load module is
dynamic calling.In dynamic calling if someone is sharing we
have to wait

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) How do u handle errors in BMS macro?

1427


What is static and dynamic call in cobol?

594


What is the LINKAGE SECTION used in COBOL?

889


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

1523


Define static linking and dynamic linking.

669






What is the usage of comp fields in cobol?

658


what are decleratives in cobol?

1827


What is the difference between PIC 9.99 and PIC9v99?

781


Difference between array and sub-script ?

1164


Write a program to enter and display the names of students in a class using the occurs clause.

652


how do you reference the fixed unblock file formats from cobol programs

712


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

892


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1806


Write the code to count the sum of n natural numbers.

699


how to convert the recors form vsam file to db2 table tru file aid

2763