Guys, I try to write so i can pass multiple args. I have been doing some OOrexx and like it. Just the OO part of it is a tad of a learning curve for this T-rex ....
Scott On Mon, Mar 28, 2016 at 11:31 PM, Paul Gilmartin < [email protected]> wrote: > On Tue, 29 Mar 2016 12:38:05 +1100, Wayne Bickerdike wrote: > > >I would use CALL. Implies that you want to return to the caller. Works in > >all environments. > > > And the search order is different in each. > > >Most of my REXX code can then be ported to REXX/CICS without major > >rewrites. > > > >Another plus of CALL is that the called routine can be internal or > external > >to the mainline code. > > > Internal gives you some funky variable scoping. > > And CALL lets you return arbitrary strings, not merely integers. > > -- gil > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
