> Peter, the Rexx compiler produces object code that may be linked into a z/OS > executable -- just like the COBOL compiler. I am sure to CSV it looks just > like any other load module.
You can browse a compiled Rexx exec in SYS1.SBLSCLI0(IEAVCPUI). It is appear to be executable code. But it is not in the format of an OBJ or load module or program object. So it cannot be processed directly by any Binder or CSV services. It is something that the Rexx interpreter reads into storage and invokes. This is an example of what the Rexx compiler documentation calls CEXEC format. The CSVFETCH exit would no nothing about this. The Rexx compiler also has an option to generate OBJs, which you subsequently bind into load modules or program objects that would be invoked via CSV services. Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
