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
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?
What is link edit in cobol?
What is comp-1 and comp-2?
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?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Differentiate between structured cobol programming and object-oriented cobol programming.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is Pic 9v99 Indicates in COBOL?
what happens if parmparameter passes zero bytes to the program
What type of SDLC u followed? Why?
What are the different open modes available in cobol?
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
What is the difference between next sentence and continue in cobol programing language?
how do you reference the variable block file formats from cobol programs
how do you reference the rrds file formats from cobol programs