Hi,
A cobol stored procedure is calling a cobol program. This program is coded by some other team. I have coded the SP such that if the call to program is not successful, an error message("FAILED TO CONNECT") is returned. This SP is called from various applications, not residing on mainframe.
This setup was working fine in test environment and call to the program from SP was successful.But when both the code and SP were moved to stage the calling application(.NET) is getting the failed to connect error message.
They can't see the return code, only error message. can anybody tell me what could be the issue.
I know there is not much information about the type of error but your experience in what could be the issue can help.