Product-Specific Details |
The Variable Values List Model no longer automatically closes an associated table when you destroy the model or set the dataSet attribute to missing (variableValuesList1.dataset=''; ). Instead, you must manually close such tables using the _close method.
Failure to properly close a table can result in a contention error when you need exclusive access to a table (for example, when you want to recreate the table or use PROC SORT) and a Variable Values List Model has a read lock on that table.
For more information, see "SAS/AF Component Reference" in the online Help.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.