can u plz expain me how to declare dynamic array? what is
the meaning of depending on clause in dynamic array?
Answer Posted / kk
dynaic array is notink but a two dimension array.
01 studet.
02 stunam occurs 3 to 4 times depanding on n.
03 stuname pic x(15).
03 stumrk occurs 2 times.
04 stumark pic 9(3).
this is dynamic array.now runtime will pass the input.because
using depanding clause.
depanding clause pass the value runtime.
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Which division and paragraphs are mandatory for a COBOL program?
How many bytes S(8) comp field occupy and its maximum value?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Can we redefine the field of x(200) to less than 200?
What type of SDLC u followed? Why?
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the printer file formats from cobol programs
how to access the file from prodution from changeman tool and to submit a file to production
Why would you use find and get rather than to obtain?
How many sections are there in data division in COBOL?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Explain how to differentiate call by context by comparing it to other calls?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?