AW: Re: Many arguments to a Rexx function call

2018-04-10 Thread Peter Hunkeler
>I am using now a different separator character Another way to accomplish this is to enclose the whole set of parameters in quotes or double quotes, thereby creating a single string parameter. You can keep the comata as separators *within* the string. In the receiving code parse the

AW: Re: Many arguments to a Rexx function call

2018-04-10 Thread Peter Hunkeler
>Frankly, I came across the 20 argument limit simply by trying it out. The REXX language imposes no limit on the number of subroutine call or function invocation parameters, but allows implementations to specify limits. TSO/E has the limit of 20. For function invocation see "z/OS TSO/E REXX