can u plz expain me how to declare dynamic array? what is
the meaning of depending on clause in dynamic array?
Answer Posted / roger riek
You can indeed create dynamic arrays in MVS Cobol. You need
to use the heap facility in the language environment.
There is a discussion about how to do this at
http://home.centurytel.net/rjriek/
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the usage of comp fields in cobol?
What guidelines should be followed to write a structured cobol prgm?
Mention the guidelines to write a structured cobol program?
Explain how to differentiate call by context by comparing it to other calls?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What are the pertinent COBOL commands?
how do you reference the variable block file formats from cobol programs
What is a report item?
Write some characteristics of cobol as means of business language.
What is the difference between goback, stop run and exit program in cobol?
Why would you use find and get rather than to obtain?
how do you reference the fixed unblock file formats from cobol programs
How do you reference the following file formats from cobol programs?
How to use the same COBOL program in Batch and CICS on lines? explain with an example