which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

Answer Posted / shaan

Static call is faster as the main program load module is
already link edited with sub program load modules unlike
dynamic call in which the link editing takes place only at
run time.

Is This Answer Correct ?    22 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the variable block file formats from cobol programs

672


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

1998


What is redefines clause in COBOL?

839


Write a program that uses move corresponding.

664


What is the difference between perform … with test after and perform … with test before?

865






State the various causes of s0c1, s0c5 and s0c7.

654


Explain how you can characterize tables in cobol?

634


What are various search techniques in cobol? Explain.

639


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1603


what is difference between cobol and cobol/400

21546


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

10542


In which area will you utilize 88 level items in cobol?

704


Explain the configuration section of a cobol program with examples of syntax.

648


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

631


What do you understand by psb and acb?

659