FUNL0030 Premature end of program.

From m204wiki
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.