View previous topic :: View next topic
|
Author |
Message |
Kaliragavendran
New User
Joined: 04 Sep 2019 Posts: 3 Location: India
|
|
|
|
Hi
IS it possible to use global variable like
globalv putc getc under tso environment
Thanks |
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
I do not understand your question. All variables in rexx are global unless your sub-routine is declared with the PROCEDURE statement. Also - putc, globalv etc are not rexx varibles unless you use them as such. Nor are they keywords. I suggest a reading of the official rexx language reference, |
|
Back to top |
|
|
Willy Jensen
Active Member
Joined: 01 Sep 2015 Posts: 730 Location: Denmark
|
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
duplicate info ...
Willy' s fingers were a few minutes faster than mine
probably also the brain |
|
Back to top |
|
|
Marso
REXX Moderator
Joined: 13 Mar 2006 Posts: 1353 Location: Israel
|
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
NOPE
VPUT and VGET work only within the ISPF environment,
what was asked was something working at least at the TSO session level
Willy solution offers a plus, to save the variables in a dataset to carry them across sessions |
|
Back to top |
|
|
|