How to fix the Oracle error PCC-01012: DATA DIVISION not found?

In this post, you’ll learn more about the Oracle ErrorPCC-01012: DATA DIVISION not found with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PCC-01012: DATA DIVISION not found

Reason for the Error PCC-01012: DATA DIVISION not found

Cause: The Pro*COBOL precompiler did not find a DATA DIVISION in the input source file. Pro*COBOL applications are required to have a DATA DIVISION.

How to fix the Error PCC-01012: DATA DIVISION not found ?

You can fix this error in Oracle by following the below steps

Action: Add a DATA DIVISION to the input source file.

Tags :

Leave Your Comment