Chapter Contents |
Previous |
Next |
ISPVDLT |
Default: | NOISPVDLT |
Valid in: | configuration file, SAS invocation, OPTIONS statement, OPTIONS window |
Category: | Host Interfaces: ISPF |
OS/390 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 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 may 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 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.