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
What are the cobol coding sheets?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between comp and comp-3?
How you can characterize tables in cobol?
HOw can I get the negative sign while deduct high value from low value
How to remove 2 duplicate records and copy only one using job control language?
Name the divisions, which are available in a cobol program?
What is rmode(any) ?
Are you comfortable in cobol or jcl?
What are declaratives and what are their uses in cobol?
What is the difference between perform … with test after and perform … with test before?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
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?
How do you define a variable of comp-1 and comp-2?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..