FUNL0041 UNLOAD statement only valid with UAI.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(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...")
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

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.