| Advanced Topics |
| Default value: | 0 |
| Syntax | |
| Details |
Syntax |
| DDBLOAD= 0|1 |
causes the software to reposition itself after adding a new record.
does not reposition the software after adding new records.
| Details |
After a new record is added, the interface view engine attempts to determine its position so it can find and display the record for interactive online updating. The DDBLOAD= data set option enables you to avoid the processing time needed for repositioning when it is not necessary. For example, executing the APPEND procedure with the DDBLOAD = 1 would decrease processing time.
Do not set DDBLOAD equal to 1 for SAS procedures such as FSEDIT that reposition on a newly added data record.
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.