Chapter Contents

Previous

Next
Data Set Data Model: _getMaxrow

Data Set Data Model: _getMaxrow



Returns the maximum number of rows in the table


Syntax
Details

Syntax

CALL SEND (table-id, '_getMaxrow', max, force);

Argument Type Description
max
N returns the maximum number of rows in the table. This number is negative if the table is vertically dynamic.
force C specifies whether to force the data set engine to read the number of rows in the table for those tables that do not support a row number return value. Use 'Y' to force row reading, or 'N' to ignore the number of rows.


Details

The _getMaxrow method returns the maximum number of rows for which a data table can be scrolled down. A negative value indicates that the number of rows is dynamic. The ratio of this value to the number of visible rows (see the _getVisrow method in this class) determines the size of the thumb in the vertical scroll bar.


Chapter Contents

Previous

Next

Top of Page

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