Precomplie ERROR - include file extension case sensitive
Hi,
Dears
I've got a problem that precompiling cobol.
Our Environment is HP Maching with HP-UX 11.31 that uses Itanium CPU
and ORACLE 10g(R2).
I'vg got a message PCB-S-00106, Unable to open INCLUDE file "HCOMJOBS"
,when run this command
${ORACLE_HOME}/bin/procob iname=$1.pco include=$ORACLE_HOME/precomp/public include=/home7/dev/orainc mode=ansi ireclen=132 oreclen=132 sqlcheck=syntax hold_cursor=yes ltype=none
HCOMJOBS.COB file is located /home7/dev/orainc diretory.
When I moved name HCOMJOBS.COB to HCOMJOBS.cob It is working correctly.
But HCOMJOBS.COB do not understaning by Oracle Precompiler.
Pls, Help me...
Thank Your Help...
I've got a problem that precompiling cobol.
Our Environment is HP Maching with HP-UX 11.31 that uses Itanium CPU
and ORACLE 10g(R2).
I'vg got a message PCB-S-00106, Unable to open INCLUDE file "HCOMJOBS"
,when run this command
${ORACLE_HOME}/bin/procob iname=$1.pco include=$ORACLE_HOME/precomp/public include=/home7/dev/orainc mode=ansi ireclen=132 oreclen=132 sqlcheck=syntax hold_cursor=yes ltype=none
HCOMJOBS.COB file is located /home7/dev/orainc diretory.
When I moved name HCOMJOBS.COB to HCOMJOBS.cob It is working correctly.
But HCOMJOBS.COB do not understaning by Oracle Precompiler.
Pls, Help me...
Thank Your Help...
0