>>PGM1: PROCEDURE(DSN,DDN) OPTIONS(MAIN NOEXECOPS) REORDER; > >Why would you expect that to work? REXX doesn't know about PL/I >locator/descriptors, so you need to either construct parameters that >PL/I can handle or declare your procedure to handle the parameters >that REXX constructs. You may need to use ILC.
But isn't OPTIONS(MAIN) telling PL/1 it shall expect a standard OS parameter list instead of the PL/1 internal descriptors? At least, I understand it that way. >>address linkmvs "PGM1 dsn ddn" And from reading about "LINKMVS", I'd expect it to work, indeed. LINKMVS should build a standard OS parameter list and each parameter should be a "CHAR() VARYING", i.e. halfword length followed by the character data. Peter Hunkeler Senior IT Specialist, IBM zSeries Technical Sales Support, Switzerland ---------------------------------------------------------------------- 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

