FUNL0041 UNLOAD statement only valid with UAI.

From m204wiki
Revision as of 17:48, 9 November 2010 by Admin (talk | contribs) (1 revision)
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.