FUNL0030 Premature end of program.

From m204wiki
Revision as of 17:48, 9 November 2010 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

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.