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 are the pertinent COBOL commands?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between perform … with test after and perform … with test before?
What are the access modes of START statement?
What rules are to be followed while using the corresponding options?
What is the local-storage section?
) How do u handle errors in BMS macro?
Whats the difference between search & search ALL?
Difference between cobol and cobol-ii?
What is the difference between PIC 9.99 and PIC9v99?
how do you reference the variable block file formats from cobol programs
What are various search techniques in cobol? Explain.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is a scope terminator give example?