which one is better among static call and dynamic call?

Answer Posted / lu

static call is faster than dynamic call, but when you
modifies a called program, you have to recompile a called
program and calling program...
dynamic call , you don't need to recompile 2 programs
calling and called...it's independent..

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an in line perform? When would you use it? Anything else you wish to say about it.

649


What is amode(31)

724


What rules are followed by the search verb.

638


How you can characterize tables in cobol?

720


HOw can I get the negative sign while deduct high value from low value

1792






How do get the result of your program directly on your pc?

1885


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10629


What are the rules of the move verb?

708


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

859


Explain how to differentiate call by context by comparing it to other calls?

689


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


Write down the divisions of cobol program?

671


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678


What are the cobol coding sheets?

666


what is search and searchall?what is the diffrence between them?give an best example?

5563