FUNL0154 Attempt to re-UNLOAD occurrence (occ) of field (field).: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
Line 1: Line 1:
This message indicates that you used the UNLOAD field statement to unload a field occurrence in a record that had already been unloaded, or the UNLOAD followed a NOUNLOAD for the field. This is not allowed; you must correct your FUEL program to remove the duplicate field unload.
This message indicates that you used the UNLOAD field statement to unload a field occurrence in a record that had already been unloaded, or the UNLOAD followed a NOUNLOAD for the field. This is not allowed; you must correct your FUEL program to remove the duplicate field unload.


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

Latest revision as of 13:42, 19 April 2013

This message indicates that you used the UNLOAD field statement to unload a field occurrence in a record that had already been unloaded, or the UNLOAD followed a NOUNLOAD for the field. This is not allowed; you must correct your FUEL program to remove the duplicate field unload.