Chapter Contents |
Previous |
Next |
_CURROW_ |
Category: | System Variable |
Details | |
Example | |
See Also |
Details |
_CURROW_ is available in PROGRAM and FRAME entries.
Example |
The following getrow section of a FRAME entry fetches a row from a previously opened SAS table, using _CURROW_ as the row number.
GET1: if fetchobs( tableid, _currow_ ) ne 0 then call notify('table','endtable'); return;
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.