SAS Component Language Dictionary |
Returns the number of the row that is currently displayed at the
top of an extended table
-
row
-
is the number of the row that is
currently displayed at the top of an extended table.
Type: Numeric
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.
Store the number of the table's top row
in the column TOPROW:
toprow=curtop();
ENDTABLE
SETROW
TOPROW
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.