Don't know whether you are trying to get SYSNAME via REXX or via
shell command. If you are using shell commands, try
uname -n
That returns the SYSNAME specified at IPL time.
If you want to create a variable set the that value, try this:
sysname="`uname -n`"
---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

