I have a cobol program with a sub program. How ca i find that
it is a dynamic call? or static call..?
Answer Posted / adarsh
in addition to above answers, we can find by seeing compiler
option.if copt=dynam it is dynamic call,default is nodynam
i.e static call.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
explain sorting techniques in cobol program?
What are the access modes of START statement?
What are the cobol coding sheets?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the compute verb? How is it used?
how do you reference the variable block file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Write a program that uses move corresponding.
In COBOL, what is the different between index and subscript?
How do you get the data to code the BMS macro?
What are the rules of the move verb?
What rules are to be followed while using the corresponding options?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?