Chapter Contents

Previous

Next
ISPEXECV=

ISPEXECV=



Specifies the name of an ISPF variable which, when set, passes its value to an ISPF service

Default: none
Valid in: configuration file, SAS invocation
Category: Host Interfaces: ISPF
OS/390 specifics: all


Syntax
Details
See Also

Syntax

ISPEXECV=variable-name


Details

When accessed, the variable contains the return code for the service request for which it was used. SAS uses the VDEFINE user exit to define variable-name as a character variable length of two, placing it in the explicit function pool.

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.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.