Chapter Contents |
Previous |
Next |
Data Set Model: _getColumnValue |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_getColumnValue', col-name, value); |
Argument | Type | Description |
---|---|---|
col-name |
C | specifies the name of the column for which the value is requested |
value |
N | returns the value for the column |
Details |
The _getColumnValue method uses the last Data Set Data Vector. You cannot call the _getColumnValue method until you pass a Data Set Data Vector instance to another method of this object, such as the _getRow method.
The _getColumnValue method sets SYSRC for error, note, and warning conditions.
The _getColumnValue method returns a missing value when there is no locked row.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.