Answer Posted / surya
I believe we dont have verb to load the entire file details in to COBOL400 table. So we go for traditional method: read the records in file one by one and load the records in to table.
First we should the maximum records available in the file, so single dimension table occur value should mention according to that.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to detect record is locked in cobol/400?
Define sort?
What is comp?
Explain the difference between section, paragraph and sentences?
How to detect record is locked in cobol/400? What is the solution for that?
What is input procedure?
Explain the types of perform?
How to update data area in cobol 400 program?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Explain the input procedure?
Explain the syntax of redefine?
Define redefine and its syntax?
Define perform?
What is sort?
seqence numbers in cobol