which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Answer / 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 |
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Can 88 level variable be declared in FD section..?
COMP-3 field occupy ?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
What is redefines clause in COBOL?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
In COBOL "BEFORE" advancing is there or not ?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
how do you reference the esds vsam file formats from cobol programs
I want ALL jcl ERROR cods
can we read records in a file from botom to top. if possible how can we read
Why IBM?