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

Why did you choose to work with ibm mainframe cobol programming?

727


Write the code to count the sum of n natural numbers.

789


How to remove 2 duplicate records and copy only one using job control language?

869


how do you reference the rrds file formats from cobol programs

933


how to access the file from prodution from changeman tool and to submit a file to production

6882






Describe the cobol database components?

776


Discuss about changing dataset name in proc.

839


how do you define single dimensional array and multidimensional array in your cobol?

764


What is the difference between Global and External Variables?

766


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

764


how to convert the recors form vsam file to db2 table tru file aid

2849


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1309


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

1690


Define static linking and dynamic linking.

765


How do you reference the fixed block file formats from cobol programs

801