Re: CLIST to pass variable

2021-09-02 Thread CM Poncelet
It can also be passed as ISPEXEC VPUT (var) SHARED - then VGET. On 02/09/2021 13:52, Carmen Vitullo wrote: > I've used the GLOBAL command before > > GLOBAL var1 var2 var2 > > but I've had more success storing the variable in my profile pool > > ISPEXEC VPUT (var) PROFILE > > then VGET > > >

Re: CLIST to pass variable

2021-09-02 Thread David Spiegel
Hi Mike, If it's in a //SYSEXEC concatenation, it doesn't need the Rexx comment. Regards, David On 2021-09-02 11:18, Mike Schwab wrote: /*REXX*/ On Thu, Sep 2, 2021 at 10:10 AM Bill Giannelli wrote: I am trying to modify old hand-me-down ISPF panel and clists. Honestly I am not sure if some

Re: CLIST to pass variable

2021-09-02 Thread David Spiegel
Hi Bill, If it starts with a PROC statement, or contains CONTROL, WRITE/WRITENR, OPENFILE, CLOSFILE, GETFILE, PUTFILE commands it is CLIST. If it starts with /* Rexx */,  has commands not all in Upper Case or contains EXECIO, PROCEDURE,  EXPOSE it's Rexx. Regards, David On 2021-09-02 11:10,

Re: CLIST to pass variable

2021-09-02 Thread Mike Schwab
/*REXX*/ On Thu, Sep 2, 2021 at 10:10 AM Bill Giannelli wrote: > > I am trying to modify old hand-me-down ISPF panel and clists. > Honestly I am not sure if some of this code is rexx or clists. > how might I tell? > thanks > Bill > >

Re: CLIST to pass variable

2021-09-02 Thread Bill Giannelli
I am trying to modify old hand-me-down ISPF panel and clists. Honestly I am not sure if some of this code is rexx or clists. how might I tell? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: CLIST to pass variable

2021-09-02 Thread Seymour J Metz
] on behalf of Bill Giannelli [billgianne...@gmail.com] Sent: Thursday, September 2, 2021 8:40 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: CLIST to pass variable How do you pass a variable from one clist to another and then use that variable as a node in a dataset name, i.e, PROD."ssid".SDSNLOA

Re: CLIST to pass variable

2021-09-02 Thread Carmen Vitullo
I've used the GLOBAL command before GLOBAL var1 var2 var2 but I've had more success storing the variable in my profile pool ISPEXEC VPUT (var) PROFILE then VGET Carmen On 9/2/2021 7:40 AM, Bill Giannelli wrote: How do you pass a variable from one clist to another and then use that

CLIST to pass variable

2021-09-02 Thread Bill Giannelli
How do you pass a variable from one clist to another and then use that variable as a node in a dataset name, i.e, PROD."ssid".SDSNLOAD ? thanks Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send email