FUNL0063 Can't have (statement2) after (statement1) clause.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "This indicates that a FUEL statement inside a particular clause was encountered in incorrect order. Examples of this are ELSEIF statements occurring after an ELSE statement or a ...")
 
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This indicates that a FUEL statement inside a particular clause was encountered in incorrect order. Examples of this are ELSEIF statements occurring after an ELSE statement or a WHEN statement occurring after an OTHERWISE statement. Verify the nesting of your FUEL statements and check the syntax of the indicated statement in the ''Fast/Unload Reference Manual''.
This indicates that a FUEL statement inside a particular clause was encountered in incorrect order. Examples of this are ELSEIF statements occurring after an ELSE statement or a WHEN statement occurring after an OTHERWISE statement. Verify the nesting of your FUEL statements and check the syntax of the indicated statement in the ''Fast/Unload Reference Manual''.


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:41, 19 April 2013

This indicates that a FUEL statement inside a particular clause was encountered in incorrect order. Examples of this are ELSEIF statements occurring after an ELSE statement or a WHEN statement occurring after an OTHERWISE statement. Verify the nesting of your FUEL statements and check the syntax of the indicated statement in the Fast/Unload Reference Manual.