Pro*Cobol pre-compile error on IBM Zos [message #99347] |
Tue, 15 June 2004 05:43 |
Ron Bell
Messages: 2 Registered: June 2004
|
Junior Member |
|
|
I am trying to pre-compile a cobol program with the cobol precompiler provided by Oracle Corp (Oracb2) on IBM mainframe (Zos) and I am receiving the following error's when I compile:
PCB-S-0001 : CMD-LINE: Illegal or out of range value for option: 00070106
PCB-S-0104 : Unable to open input file "/DSN/00069906.COBSQL"
Does anyone know what these error messages mean? The Oracle version is ORACLE.V8R1M7
Thanks!
|
|
|
Re: Pro*Cobol pre-compile error on IBM Zos [message #99348 is a reply to message #99347] |
Tue, 15 June 2004 10:12 |
Ron Bell
Messages: 2 Registered: June 2004
|
Junior Member |
|
|
Problem resolved by doing an 'UNNUM' in the JCL Pro*Cobol compile member. It seems the Oracle pre-compiler looks for line numbers in the '//SYSPARM INAME=/DD/SYSIN' statement and if the JCL member is not in an 'UNNUM' state, it will not find the input cobol source file. Hard to believe that something as simple as doing an 'UNNUM' could resolve this problem.
|
|
|