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
What is the difference between structured cobol programming and object alternativelyiented cobol?
Define static linking and dynamic linking.
how do you reference the variable block file formats from cobol programs
What is the usage of comp fields in cobol?
What is the difference between perform … with test after and perform … with test before?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do define dynamic array in cobol.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what happens if parmparameter passes zero bytes to the program
What is cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is a SSRANGE and NOSSRANGE?
Name the sections present in data division.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?