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
What guidelines should be followed to write a structured cobol prgm?
What is a SSRANGE and NOSSRANGE?
What are all the divisions of a COBOL program?
Which Search verb is equivalent to PERFORM…VARYING?
Write down the divisions of cobol program?
Can we change the password using ALTER? anyone tried and changed?
How do you reference the following file formats from cobol programs?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
) what is the difference between AID and HANDLE AID?
What are the pertinent COBOL commands?
What is a scope terminator give example?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How arrays can be defined in COBOL?