Error while compilation of my ezytrieve



Unicenter CA-Easytrieve Plus Report Generator: CA's information retrieval and data management tool

Error while compilation of my ezytrieve

Postby helen.imma » Sat Nov 27, 2010 12:21 pm

Hi

I am getting the following error while compiling my code. The error is stated during the printing of report

B014 UNABLE TO RECOGNIZE STATEMENT

The part of the code where the error comes, (after every statement the error comes)
AFTER-BREAK. PROC
IF LEVEL = 1
DISPLAY ' '
DISPLAY 'TOTAL MEMBERS ' TALLY
END-IF
IF LEVEL = 2
DISPLAY ' '
DISPLAY 'END OF REPORT '
END-IF
END-PROC


Please help.

Thanks
Helen
helen.imma
 
Posts: 1
Joined: Sat Nov 27, 2010 12:11 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Error while compilation of my ezytrieve

Postby dick scherrer » Sun Nov 28, 2010 9:14 am

Hello and welcome to the forum,

What is the code preceeding this code?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Error while compilation of my ezytrieve

Postby BillyBoyo » Tue Jan 25, 2011 5:05 am

The AFTER-BREAK. PROC is not in its proper place (ie, mire than one, not associated (physically following) the REPORT and LINE combination. Compiler gets sore confused and throws out everything as "unrecognized".
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times


Return to CA-Easytrieve

 


  • Related topics
    Replies
    Views
    Last post