Job reads sequential file and load into RDBMS table.
What happen if sequential file has extra column in the back of each record?
It depends on data type of last column defined by DS and RDBMS table.
- If data type of last column = varchar, extra column will be included as last column.
