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...")
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

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.