FUNL0062 No (statement1) associated with (statement2) statement.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Created page with "This indicates that a FUEL statement which should only occur inside a particular clause was encountered outside the appropriate clause. Examples of this include ELSE statements o..."
 
m 1 revision
(No difference)

Revision as of 17:48, 9 November 2010

This indicates that a FUEL statement which should only occur inside a particular clause was encountered outside the appropriate clause. Examples of this include ELSE statements occurring outside of an IF clause or a WHEN statement occurring outside of a SELECT clause. Verify the nesting of your FUEL statements and check the syntax of the indicated statement in the Fast/Unload Reference Manual.