Chapter Contents |
Previous |
Next |
Table Editor: _getProperties |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (table-id, '_getProperties', prop-list); |
Argument | Type | Description |
---|---|---|
prop-list |
N | specifies the identifier of an SCL list to contain the properties of the table |
Details |
The _getProperties method is useful for copying or re-creating a data table. You can pass this properties list to the _new method of a new table or the _setProperties method of an existing table. Note that some properties, such as held columns, are stored on the properties list with the NOWRITE attribute which prevents them from being written by the SCL SAVELIST function.
See Also |
_setProperties
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.