Converting existing files that do not match the COBOL record
You can re-allocate a new file with the matching LRECL, copy the data from an existing file to the new file, then use the new file as input.
You can re-allocate a new file with the matching LRECL, copy the data from an existing file to the new file, then use the new file as input.