Understanding the Cobol compile process and troubleshooting problems compiling Cobol [Video]
(Doc ID 1640121.1)
Last updated on JANUARY 26, 2024
Applies to:
PeopleSoft Enterprise HCM Absence Management - Version 9 and laterPeopleSoft Enterprise HCM Payroll for North America - Version 9 and later
PeopleSoft Enterprise HCM Global Payroll Core - Version 9 and later
PeopleSoft Enterprise HCM Payroll Interface - Version 9 and later
PeopleSoft Enterprise HCM Time and Labor - Version 9 and later
Information in this document applies to any platform.
Purpose
The following three error messages produced by a failed COBOL compile generally will indicate the same problem:
- CopyBook Not Found
- Operand Not Declared
- Cobol Compile Failed
When any of these three errors are thrown, the problem is generally going to be that you did not include all cobol source code when you compiled your cobol job.
Additionally, you may get the following two error messages during a cobol process which indicate that the last time you compiled your cobol source code, you did not have all the source code in the same compile directory and while the jobs compiled, they did not compile correctly. These two error messages are:
- Invalid Select
- Invalid Bind
Troubleshooting Steps
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Troubleshooting Steps |
References |