Hi,
I am using a batch to compile my Cobol programs to create dll/ exe. I have also created a cobol.dir file for some compiler directives options and kept the 'COBOL.dir' at certain location.
In the batch I am providing the statement
SET COBDIR ='Location of COBOL.dir'
but this statement does not work and I am unable to use the modified COBOL.dir. If I put the COBOL.dir in the current directory where the dll and exe are created it works fine.
I cannot put the directory file at current location and I have to use the specified location only.
can any of you please help me if I am missing anything?
Thanks
Anand