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

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
Line 1: Line 1:
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''.
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''.


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

Latest revision as of 13:41, 19 April 2013

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.