Chapter Contents |
Previous |
Next |
Data Set Model: _setColumnAttributes |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_setColumnAttributes', list-id); |
Argument | Type | Description |
---|---|---|
list-id |
N | specifies the identifier of an SCL list that contains the current column attributes |
Details |
This list must contain at least a single character item with an item name of NAME. This value is required and must be a valid column name. See Column Attributes for more information on specific column attributes.
To set a single column attribute, use the _setColumnAttribute method.
Note: You cannot change the NAME, TYPE, or LENGTH of a
column.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.