Error using MainFrame Copybook Filter

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
roncook99
Posts: 1
Joined: Tue Feb 10, 2009 4:57 am

Error using MainFrame Copybook Filter

Post 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
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Error using MainFrame Copybook Filter

Post by DataMystic Support »

Please remove the
VALUE 'T'
section- the parser does not understand it yet. We are working on it.
Post Reply