From: "Laine, Rogers" <[EMAIL PROTECTED]>
I'm trying to display the ISPF variables using DIALOG TEST. When I
display the variables the ID reflects another application.
How can I change the application to the one I need?
Create a REXX like the one shown below:
/* REXX */
arg zapplid
address ispexec
if zapplid = "" then "VGET (ZAPPLID) SHARED"
"SELECT PGM(ISPYXDR) PARM("zapplid")"
EXIT 0
If the REXX is in a member called DIALOG and you wish to invoke it to view
the variables in the application you're currently in, simply enter TSO
DIALOG on the ISPF command line. If you're not in the application you wish
to view the variables for (e.g. the ISF application, which is SDSF), then
enter TSO DIALOG ISF
Hope this helps,
Dave Salt
SimpList(tm) - The easiest, most powerful way to surf a mainframe!
http://www.mackinney.com/products/SIM/simplist.htm
----------------------------------------------------------------------
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