FUNL0063 Can't have (statement2) after (statement1) clause.

From m204wiki
Revision as of 16:50, 9 November 2010 by 198.242.244.47 (talk) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.