Chapter Contents

Previous

Next
Data Set Model: _getColumnFormattedData

Data Set Model: _getColumnFormattedData



Returns the formatted column data


Syntax
Details

Syntax

CALL SEND (object-id, '_getColumnFormattedData', col-name, data);

Argument Type Description
col-name
C specifies the name of the column for which the formatted data is requested
data
C returns the formatted data of the requested column


Details

The _getColumnFormattedData method provides an easy way to obtain formatted data for a column in the currently locked row. For example, using the _getColumnValue method on a date column would return the internal date value, but using _getColumnFormattedData would return the formatted date value.

The _getColumnFormattedData method uses the last Data Set Data Vector. You cannot call the _getColumnFormattedData method until you pass a Data Set Data Vector instance to another method of this object, such as the _getRow method.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.