FUNL0030 Premature end of program.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "The ''Fast/Unload'' compiler had not read the '''END FOR''' to match the '''FOR EACH RECORD''' statement before the end of the input program (FUNIN). Correct the FUEL program...")
 
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The ''[[Fast/Unload]]'' compiler had not read the '''END FOR''' to match the '''FOR EACH RECORD''' statement before the end of the input program (FUNIN). Correct the FUEL program to contain the appropriate END FOR statement to terminate the FOR EACH RECORD clause.
The ''[[Fast/Unload]]'' compiler had not read the '''END FOR''' to match the '''FOR EACH RECORD''' statement before the end of the input program (FUNIN). Correct the FUEL program to contain the appropriate END FOR statement to terminate the FOR EACH RECORD clause.


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

Latest revision as of 13:41, 19 April 2013

The Fast/Unload compiler had not read the END FOR to match the FOR EACH RECORD statement before the end of the input program (FUNIN). Correct the FUEL program to contain the appropriate END FOR statement to terminate the FOR EACH RECORD clause.