Xerox Xerox Printer Access Facility (XPAF) Support & Software User Guide

Page of 97
 
XPAF Forms Generator 
61 
User Guide and Reference 
7. 
Messages 
 
 
 
   
This chapter lists the error messages that appear when problems occur, an 
indication of the cause of the message and the action you can perform to 
correct the problem. 
Message indicators 
   
• 
I  (informative) indicates the status or activity of the system where no 
action is needed by the operator.  FRM will be generated. 
• 
W  (warning) indicates an error in the description of your form. It also 
indicates the action you may be required to take to correct the problem.  
FRM will be generated. 
• 
E (error) indicates a syntax or similar error.  FRM will not be generated. 
• 
F  (fatal) indicates a serious error that can prevent you from compiling 
your form or may abnormally end (ABEND) your session.  FRM will not 
be generated. 
 
XFG1001W 
Discarding excess FDL 
 
Indication 
Excess FSL statements  were found beyond the END statement. 
 
Action 
Verify that  these  statements  do not belong  in  the  form, then 
move or delete them. 
 
XFG1002W 
Semicolon expected 
 
Indication 
A semicolon was expected in the statement. The compiler 
inserted one and continued with  the compile. 
 
Action 
None required. 
 
XFG1003W 
Character not in FDL alphabet 
 
Indication 
A character was found in the FSL statements that does not exist in 
the FSL alphabet.  The character  was ignored. 
 
Action 
Verify that the character  does not belong in the FSL statements, then 
move or delete it. 
 
XFG1004W 
DRAWN and  REPEAT EVERY disagree,  using 2 
 
Indication 
The number of lines entered for the DRAW command must be greater 
than 1.  The compiler substituted 2 for the invalid  existing number. 
 
Action 
Enter the correct values and recompile the form.