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
What is the actual use of fillers?
seqence numbers in cobol
What is sort? And its syntax?
What are fillers?
Define redefine?
Explain the difference between comp & comp-3?
What is comp?
Explain the input procedure and output procedure?
What is perform?
Explain the types of perform?
What is sort?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain how to update data area in cobol 400 program?
Define redefine and its syntax?
What are fillers? What is the actual use of fillers? With mall/simple example?