I've written a very simple gawk script that extracts error names and numbers from stored procedure *.bdy files. It works fine. However, we also have some errors in the *.spc files (Type = PKCS #7 Certificates). However I cannot make awk open these spc files. I get the message:
C:\API\GAWK.EXE: fatal error: cannot open file `c:\api\acc\src\gnvaccint.spc' for reading (No such file or directory)
source line number 4, file `errors.awk'
But the gnvaccint.spc *is* there. I can open it in the DOS editor. It just won't be opened for reading. The properties on the *.bdy and *.spc files is Read Only (I tried changing it - no effect).
Any help greatly appreciated. Thanks.
C:\API\GAWK.EXE: fatal error: cannot open file `c:\api\acc\src\gnvaccint.spc' for reading (No such file or directory)
source line number 4, file `errors.awk'
But the gnvaccint.spc *is* there. I can open it in the DOS editor. It just won't be opened for reading. The properties on the *.bdy and *.spc files is Read Only (I tried changing it - no effect).
Any help greatly appreciated. Thanks.