On Mon, 11 Aug 2008 14:39:25 +0200, Lindy Mayfield wrote: >I just realized that I can do a CALL *(MYPGM) from Rexx and it will be >the same. That should do it. I have one address pointing to the length >(1st half word) and then the parm data. Anyway I wanted it authorized >and I forgot that LINKMVS/ATTACHMVS/LINKPGM/ATTACHPGM don't work. > As I read the manual, CALL supports at most one parameter. And, yes, the various ADDRESS forms don't support authorized.
>> Date: Mon, 11 Aug 2008 13:29:16 +0200 >> From: [EMAIL PROTECTED] >> >> The reason was I wanted my assembler program to be the same for PARM= as >> for ADDRESS Linkpgm. Good to know. >> Not quite possible even for one parameter. EXEC PARM= will prefix a halfword length field (as will ATTCHMVS); ATTCHPGM will not. You may find an example which relies on ATTCHPGM's not supplying the halfword length in SYS1.SAMPLIB(CSFTEST) -- gil ---------------------------------------------------------------------- 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

