Date: Tue, 8 Aug 2000 09:32:52 +0200
Reply-To: Bart Heinsius <Bart.Heinsius@EOMDATA.NL>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bart Heinsius <Bart.Heinsius@EOMDATA.NL>
Subject: Re: Selecting a Row Programmatically in a Data Table
In-Reply-To: <8mn8i4$uon$1@slb7.atl.mindspring.net>
Content-Type: multipart/alternative;
Hi Deborah,
How about _selectRow?
Cheers,
Bart Heinsius
E.O.M. Data
The Netherlands
http://www.eomdata.nl
From the SAS Help:
Data Table: _selectRow
----------------------------------------------------------------------------
----
Highlights the given row range
--------------------------------------------------------------------------
Syntax
CALL SEND (table-id, '_selectRow', start-row<, end-row>);
Argument Type Description
start-row
N specifies the identifier of an SCL list that contains the
coordinates of the first row to highlight. See Coordinate Lists.
end-row
N specifies the identifier of an SCL list that contains the
coordinates of the last row to highlight. See Coordinate Lists.
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of
> Deborah Testa
> Sent: maandag 7 augustus 2000 23:08
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Selecting a Row Programmatically in a Data Table
>
>
> Can anyone tell me the method to use to programmatically select or lock a
> row in a data table in SCL? I'm looking through the
> documentation (v8), but
> I only see references to user actions that cause a row to be selected.
>
> Thanks.
>
[text/html]