How can I tell if a module is being called DYNAMICALLY or
STATICALLY?
Answer Posted / dev
also the method of calling is differnt in cobol code also
static call
call 'pgmname'
dyanmic call
call identifier eg call pgmvar
where pgmvar is a working storage variable having the pgm
name
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
How do you differentiate between cobol and cobol-ii?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do we get current date from system with century in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how do you reference the printer file formats from cobol programs
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Which is not true about evaluate statement
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
i need a small 3d program using inline and outline.
Write a cobol program making use of the redefine clause.
What is perform what is varying?
Explain what you understand by passing by value.