Hi
We execute cobol programs through bash shell
We use C programs to link and call Cobol programs(using cobinit
,cobcall), After executing cobol applications on bash we are getting
return code as zero always. we have displayed the value of the return code just before the stop job in the cobol program and then displayed the return code,its showing correct values like 0001,0002..
This problem occurs after installing latest Cygwin.
In Cobol program we use STOP RUN RETURN CODE to populate the return codes.
Please suggest
Regards,
Rashi
#COBOL



