Hi,
I have a requirement where REXX calls a COBOL program and COBOL programs INTURNS calls COBOL.
I used the LIBDEF command to define the LOADLIBs where my COBOL program is present. But, REXX program was able to call the first COBOL but when i calls the SECOND COBOL, it fails with the message "load module not found"
DOes any body has idea how to resolve the issue?
I searched over the GOOGLE and found that i need to define my LOADLIB thru TSOLIB but this works in TSO/E ready environment. I don't know how to invoke it.
Please help me in resolving the issue
Thanks,
Neeraj