I have an input file of record length 410 and each file record contains 4 fields - first 2 fields are of type INT(4),third field is of DATE type and fourth field is of type CHAR of length 45.
The first 2 fields are not displayed as they are integers.The requirement is to convert the fields to displayable format and copy the entire record to another file with the fields delimited by comma.
Is it possible to achieve this using OUTFIL BUILD option?