How can I tell if a module is being called DYNAMICALLY or
STATICALLY?
Answer Posted / arun
Answer 1 is exact. calling a program using working-storage
variable is implicit call and it does not make a dynamic
call.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
How you can characterize tables in cobol?
How do you define a variable of comp-1 and comp-2?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the ksds vsam file formats from cobol programs
Explain what you understand by passing by value.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is static and dynamic call in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are different data types in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
How are the next sentence and continue different from each other?
What is the difference between Call and a Link?
how to convert the recors form vsam file to db2 table tru file aid