Hello,
I have a copybook that has the following lines:
01 01 T-IRQ-RECORD.
05 T-RECORD-FIXED-DATA.
10 T-RECORD-TYPE PIC X VALUE 'T'.
When I select "MainFrame copybook filter" ,paste it into the copybook area, and hit "Test", I get the following error:
Error parsing copybook
Line: 3 Expecting Level number, found T.
Line 3 is the line with "PIC X Value 'T'.
What is wrong with this line? I've only included 3 lines of the whole file.
Thanks,
Ron
Error using MainFrame Copybook Filter
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Error using MainFrame Copybook Filter
Please remove the
VALUE 'T'
section- the parser does not understand it yet. We are working on it.
VALUE 'T'
section- the parser does not understand it yet. We are working on it.