On Mon, 28 Mar 2016 16:54:58 -0700, Charles Mills wrote: >I don't even use CALL. > >Given TSO and > >Address TSO "ALTLIB ACTIVATE DATASET(MYLIB.CLIST) APP(CLIST)" > >then with MYLIB.CLIST containing SECOND then in CALLER I can just do > >"SECOND arg1 arg2 arg33" > Depends. The command as you wrote it allows you to pass only one argument. Scott's CALL allows passing multiple arguments.
>-----Original Message----- >From: Scott Ford >Sent: Monday, March 28, 2016 7:22 PM > >The way I do it is: > >Caller: >... >call second parms -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
