On Sat, 26 Sep 2009 12:00:02 -0500, Elardus Engelbrecht wrote:
>
>Linkage convention is that the address of the parameter is in GPR 1. The
>length field is on a 2 byte boundary on that address.
>
>This convention is independent of the language used to compile and link-edit
>your program(s).
>
Not really.  Rexx, supplied by IBM, supports at least 3 different
linkage conventions:

address LINK, which seems to have arisen from CMS.

address LINKPGM, which has no constraints on parameter format or length.
    This is used by SYS1.SAMPLIB(CSFTEST).

address LINKMVS, which follows the convention you describe, limiting the
    paremeter length to 32767.

-- 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

Reply via email to