I have redefines clause in a copybook that I have to load into oracle external table using the file sent over. Below is the copybook information. Incoming file is in positional format Should I assume in the data record in file, first 8 characters is for alphanumeric, and next 8 characters is for numeric. I just need to know if I should account for 16 characters total for this, because there are other fields in the copybook before and after this field.
e.g.
ENROLLMENT-DT PIC X(08). ENROLLMENT-DT-N REDEFINES ENROLLMENT-DT PIC 9(08