Previous Page | Next Page

System Options under z/OS

ISPVDLT System Option: z/OS



Specifies whether VDELETE is executed before each SAS variable is identified to ISPF via VDEFINE.
Default: NOISPVDLT
Valid in: configuration file, SAS invocation, OPTIONS statement, OPTIONS window
Category: Host Interfaces: ISPF
PROC OPTIONS GROUP= ISPF
z/OS specifics: all

Syntax
Details
See Also

Syntax

ISPVDLT | NOISPVDLT


Details

If ISPVDLT is specified, then each SAS variable is deleted from ISPF with the VDELETE user exit before it is identified to ISPF with VDEFINE. This specification prevents a SAS variable from being identified to ISPF more than once in any SAS DATA step.

If NOISPVDLT is in effect, then SAS variables are not deleted from ISPF before they are defined. This specification can cause SAS variables to be defined to ISPF more than once in a SAS DATA step.

To display the current settings of your ISPF options, use PROC OPTIONS GROUP=ISPF.


See Also

Previous Page | Next Page | Top of Page