Chapter Contents

Previous

Next
Data Set Model: _setColumnAttribute

Data Set Model: _setColumnAttribute



Sets an attribute for a column


Syntax
Details

Syntax

CALL SEND (object-id, '_setColumnAttribute', col-name, attr-name, attr-value);

c

Argument Type Description
col-name
C specifies the name of the column in which to set the attribute
attr-name
C specifies the name of the column attribute to be set
attr-value
C | N specifies the value of the column attribute


Details

The type of the attribute value must match the type of the attribute you specify. For more information about the appropriate attribute names, see Column Attributes.

To specify more than one column attribute, use the Data Set Model: _setColumnAttributes 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.