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 is the usage of comp fields in 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.
What is link edit in cobol?
Name some of the examples of COBOl 11?
Write the code to count the sum of n natural numbers.
Explain what you understand by passing by value.
How do we get current date from system with century in COBOL?
How do you reference the following file formats from cobol programs?
What is inspect in cobol ?
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 ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Which division and paragraphs are mandatory for a COBOL program?
What the difference is between continue and next sentence?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Write a program to explain size error.