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
Why did you choose to work with ibm mainframe cobol programming?
Write the code to count the sum of n natural numbers.
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the rrds file formats from cobol programs
how to access the file from prodution from changeman tool and to submit a file to production
Describe the cobol database components?
Discuss about changing dataset name in proc.
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Global and External Variables?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how to convert the recors form vsam file to db2 table tru file aid
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?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Define static linking and dynamic linking.
How do you reference the fixed block file formats from cobol programs