LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 16 Aug 2000 10:48:43 +0200
Reply-To:   Bas Pruijn <bas.pruijn@CMG.NL>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
Comments:   To: Deborah Testa <dtesta@SEVENOFNINESYSTEMS.COM>
From:   Bas Pruijn <bas.pruijn@CMG.NL>
Subject:   Re: Selecting a Row Programmatically in a Data Table
Comments:   To: SAS-L@LISTSERV.VT.EDU
Content-Type:   text/plain; charset="iso-8859-1"

If you want to lock the row for editting: * use the openmode to set the table for edditting * use the _lockrow to lock the row for edditting.

HTH Bas

-----Original Message----- From: Deborah Testa [mailto:dtesta@SEVENOFNINESYSTEMS.COM] Sent: maandag 7 augustus 2000 23:08 To: SAS-L@AKH-WIEN.AC.AT 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.


Back to: Top of message | Previous page | Main SAS-L page