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

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.

2058


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

689


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 ......

10610


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

1939


How many bytes S(8) comp field occupy and its maximum value?

1630






Write a program that uses move corresponding.

673


Mention the guidelines to write a structured cobol program?

620


what are decleratives in cobol?

1827


Describe the cobol database components?

680


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


What is inspect in cobol ?

802


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


Why would you use find and get rather than to obtain?

687


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

805


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

710