Previous Page | Next Page

SAS Component Language Dictionary

CURTOP



Returns the number of the row that is currently displayed at the top of an extended table
Category: Extended Table

Syntax
Details
Example
See Also

Syntax

row=CURTOP();

row

is the number of the row that is currently displayed at the top of an extended table.

Type: Numeric


Details

CURTOP can be used only on extended tables in PROGRAM entries. Because extended tables can be defined only in SAS/AF software, this function cannot be used in FSEDIT or FSVIEW programs.


Example

Store the number of the table's top row in the column TOPROW:

toprow=curtop();


See Also

ENDTABLE

SETROW

TOPROW

Previous Page | Next Page | Top of Page