Hi Experts,
I'm getting the below error while loading flat file to Table using FL facility. I'm new to TD and tried all the options to resolve the issue. But, no luck.
My input file (EMP_FLAT) looks like below:
1xxx101000
2yyy202000
3zzz303000
My FL code is:
.SET RECORD UNFORMATTED;
SESSIONS 2;
.LOGON
DROP TABLE EREMP1;
↧