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