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 can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2381


What is link edit in cobol?

971


What is comp-1 and comp-2?

968


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?

2046


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17557


Differentiate between structured cobol programming and object-oriented cobol programming.

875


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8730


What is Pic 9v99 Indicates in COBOL?

973


what happens if parmparameter passes zero bytes to the program

1918


What type of SDLC u followed? Why?

1748


What are the different open modes available in cobol?

970


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2388


What is the difference between next sentence and continue in cobol programing language?

993


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

972


how do you reference the rrds file formats from cobol programs

1191