Answer Posted / samay simant
Use the Occurs Depending on clause.
01 College-table
05 Student-table occurs 10 to 20 times depending on
NUM_Stud.
Here the size of array is dependent on Number of students.
Thus this is dynamically created.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
What is comp-1 and comp-2?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to print 10 to 1 if the input have only 10 digit number?
How you can characterize tables in cobol?
What is cobol?
How to know whether the module is dynamical or statistical?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What do you understand by psb and acb?
What is the LINKAGE SECTION used in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Name the sections present in data division.