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 (July 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 28 Jul 2004 16:52:52 -0400
Reply-To:     Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Subject:      Re: update dataset

Are you concerned because update values are introduced from a separate dataset (rather than in the code), or because the corrected table materializes as a new dataset (rather than patching the original dataset in place)?

Both of these practices are usually desirable.

On Wed, 28 Jul 2004 07:51:29 -0700, Hiren <hirenpatel76@HOTMAIL.COM> wrote:

>I want to change a value in an existing dataset. I have only come >across examples where the update is done via another dataset. >Any ideas...? > >e.g. > >dataset observation: > >TESTMODE SERVER2 O1Z Log229 (change this value to Log230) > > >Thanks >Hiren


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