Page 1 of 1

Error using MainFrame Copybook Filter

Posted: Tue Feb 10, 2009 5:09 am
by roncook99
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

Re: Error using MainFrame Copybook Filter

Posted: Tue Feb 10, 2009 9:32 pm
by DataMystic Support
Please remove the
VALUE 'T'
section- the parser does not understand it yet. We are working on it.