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


Please Help Members By Posting Answers For Below Questions

What are the different rules of SORT operation?

898


How do you differentiate between cobol and cobol-ii?

857


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

904


What is the difference between PIC 9.99 and 9v99 in COBOL?

972


How do we get current date from system with century in COBOL?

1061


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2103


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

1210


how do you reference the printer file formats from cobol programs

894


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1820


Which is not true about evaluate statement

2095


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

853


i need a small 3d program using inline and outline.

1892


Write a cobol program making use of the redefine clause.

922


What is perform what is varying?

916


Explain what you understand by passing by value.

910