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
Explain the difference between comp & comp-3?
What are fillers?
Explain the difference between section, paragraph and sentences?
Explain the output procedure?
How to update data area in cobol 400 program?
Define sort?
What is redefine?
Explain the input procedure?
Define perform? And its types?
What is sort? And its syntax?
What is perform?
seqence numbers in cobol
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain what all the conditiones required for using open opcode on a file?
Explain the input procedure and output procedure?