System Options under z/OS |
Specifies the name of an ISPF variable that passes its value to
an ISPF service.
Default: |
none
|
Valid in: |
configuration file, SAS invocation
|
Category: |
Host Interfaces: ISPF
|
PROC OPTIONS GROUP= |
ISPF
|
z/OS specifics: |
all
|
When accessed, the variable contains the
return code for the service request. SAS uses the VDEFINE user exit to define variable-name as a character variable of length two, placing
it in the pool of functions that are automatically specified.
For example, if ISPEXECV=SASEXEC, then you could do
the following from an ISPF panel:
&SASEXEC = 'DISPLAY PANEL (XXX)'
|
IF (&SASEXEC ¬= '00') ...
|
To display
the current settings of your ISPF options,
use PROC OPTIONS
GROUP=ISPF.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.