what is the difference between occurs and occurs depending
on? i dont think so there is the difference in
storage..then why we should use occurs depending on?
Answer Posted / piyush mani
hi all...
if ssrange is not spacified in compiler option then the storage will change as per the user dynamically....
giv ur feedback...
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
Write the code implementing the perform … varying.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between Global and External Variables?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is inspect in cobol ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Give some examples of command terminators?
What is a report item?
What is the difference between next sentence and continue in cobol programing language?
How do u write test cases?
) How do u handle errors in BMS macro?
How many bytes S(8) comp field occupy and its maximum value?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.