Hello All,
Does anyone know if a REXX EXEC can be compiled and linked into a load module and then executed within an IPCS session? First, yes, the EXEC has IPCS commands in it. Second, it works as an interpreted EXEC just fine. Third, it works as a compiled, not linked to load module, EXEC as well (CEXEC). The basic REXX commands work in the load module form. By this I mean that my "say", "if" and assignment statements are working just fine. It is only the IPCS statements that are getting errors. For instance, the following command: Address IPCS "EVALSYM CVT REXX(ADDRESS(CVTADDR))" gets a return code of 16 when I compile and link and then execute under IPCS. If I execute the following: address IPCS say "Current environment: "address() I get: Current environment: IPCS Also, I have tested in both IPCS under interactive TSO as well as executing IPCS under IKJEFT01 in batch and get the same results. Thanks, Chuck Charles (Chuck) Hardee CA Software Engineer Advantage CA-IDMS ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

