I have installed Visual cobol recently , I'm getting below error while im compile the code/
-------------------------------BUILD STARTED-------------------------------
compileSource:
gswcobol_build_config.FileCompile:
FileCompile.gswcobol_build_config.cobol:
[cobol]
[cobol] Compiling GIFPCD50.pco...
[cobol]
[cobol] * Cobsql Integrated Preprocessor
[cobol] * CSQL-I-049: Unable to support the SOURCETABSTOP directive, defaulting to 8
[cobol] * CSQL-I-004: Accepted VERBOSE
[cobol] * CSQL-I-005: Passing comp5=yes to Oracle Precompiler
[cobol] * CSQL-I-005: Passing hold_cursor=yes to Oracle Precompiler
[cobol] * CSQL-I-005: Passing mode=ansi to Oracle Precompiler
[cobol] * CSQL-I-005: Passing varchar=yes to Oracle Precompiler
[cobol] * CSQL-I-005: Passing sqlcheck=full to Oracle Precompiler
[cobol] * CSQL-I-005: Passing userid=whsview/dra!gon0@gmgswsd1 to Oracle Precompiler
[cobol] * CSQL-I-008: Invoking cp Preprocessor
[cobol] * CSQL-I-018: Invoking Oracle Precompiler/Translator
[cobol] * CSQL-E-036: Unable to open the precompiler file: "GIFPCD50.cs9"
[cobol] * CSQL-E-023: File Status 3/ 5
[cobol] COBCH0803S - Unable to open the precompiler file : C:\\VisualCobolWorkspace\\source_project\\GIFPCD50.pco(1,9,9)
[cobol] Compilation complete with 1 errors, 0 warnings, 0 notices and an exit code of 16
compile:
BUILD FAILED
Build finished with 1 errors, 0 warnings, 0 notices and a maximum exit code of 16
Maximum exit code exceeded: 16
Total time: 10 seconds
-------------------------------BUILD FINISHED------------------------------
My SQL preprossor Directives:
P(cobsql) COBSQLTYPE=ORACLE8 DISPLAY MAKESYN VERBOSE=true END-COBSQL comp5=yes hold_cursor=yes mode=ansi varchar=yes sqlcheck=full userid=whsview/dra!gon0@gmgswsd1 ENDP
Please help to resolve the issue