FUNL0041 UNLOAD statement only valid with UAI.

From m204wiki
Revision as of 16:50, 9 November 2010 by 198.242.244.47 (talk) (Created page with "An UNLOAD statement was encountered in a non-UAI type of unload. Either insert the UAI statement after the OPEN statement, or remove the UNLOAD statement. Beginning with versi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An UNLOAD statement was encountered in a non-UAI type of unload. Either insert the UAI statement after the OPEN statement, or remove the UNLOAD statement.

Beginning with version 4.1, with Multiple-Output support, an UNLOAD statement can be used with UAI streams in a program that also includes OUTPUT streams. This error message has therefore been retired as of version 4.1.