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 output procedure?
Explain the input procedure and output procedure?
Explain the difference between comp & comp-3?
What is the actual use of fillers?
Explain the types of perform?
What is redefine?
Define redefine?
What is the syntax of redefine?
seqence numbers in cobol
How to detect record is locked in cobol/400? What is the solution for that?
why icetool be used in programmer view?
What is sort? And its syntax?
What is the syntax of sort?
What is perform?
Explain what all the conditiones required for using open opcode on a file?