BY seeing a program how can we say that it is static call
or dynamic call
Answer Posted / siddhesh
If you have CALL identifier, it is always a dynamic call.
If you have CALL literal, it may be a static call (NODYNAM)
or dynamic call (DYNAM).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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 File that has duplicate records. I need only those records that occur more than thrice.?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
HOw can I get the negative sign while deduct high value from low value
Explain about different table spaces.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the cobol coding sheets?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do you get the data to code the BMS macro?
i need a small 3d program using inline and outline.
What is the difference between external and global variables in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
explain sorting techniques in cobol program?
what is search and searchall?what is the diffrence between them?give an best example?