System Options under 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
|
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.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.