How to fix the Oracle error PGU-42021: unterminated record definition found?
In this post, you’ll learn more about the Oracle ErrorPGU-42021: unterminated record definition found with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PGU-42021: unterminated record definition found
Reason for the Error PGU-42021: unterminated record definition found
Cause: An end-of-file was found before the ending statement terminator. This also results from COBOL definitions which extend beyond column 72.
How to fix the Error PGU-42021: unterminated record definition found ?
You can fix this error in Oracle by following the below steps
Action: Check last records in input file for a missing statement terminator. Also check to ensure that the data definitions reside within their proper starting and ending columns.
Leave Your Comment