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 |
how to access the file from prodution from changeman tool and to submit a file to production
Can we move X(7) to S9(7) COMP?
i want to store 20 digits . h will u do it in cobol ?
Whtz the specialty of 77 level number ?
What is the difference between goback, stop run and exit program in cobol?
How do define dynamic array in cobol.
waht is inspect verb? where it can be in real time?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
Define in-line perform?
diffrence between z(2) and z9(2)
what happens if we wont give timestamp in precompilation process ?