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
|