Page 1 of 1

Error while compilation of my ezytrieve

PostPosted: Sat Nov 27, 2010 12:21 pm
by helen.imma
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

Re: Error while compilation of my ezytrieve

PostPosted: Sun Nov 28, 2010 9:14 am
by dick scherrer
Hello and welcome to the forum,

What is the code preceeding this code?

Re: Error while compilation of my ezytrieve

PostPosted: Tue Jan 25, 2011 5:05 am
by BillyBoyo
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".