Message Oracle SQL*Loader-00254 - Cannot have DISCARDFILE specs here when multiple data files

ERRORCannot have DISCARDFILE specs here when multiple data files
CAUSEThe SQL*Loader control file contained multiple INFILE statements and a DISCARDFILE statement was found below the RESUME clause.
ACTIONMove the DISCARDFILE statement above the RESUME clause, so it is adjacent to one of the INFILE statements.