does this mean your COBOL PICture is something like:
Code: Select all
03 COL1 PIC X(30).
03 COL2 PIC X(30).
03 COL3 PIC X(30).
What happens when you include a
Code: Select all
01 RECORD.
to the beginning of the file?