Date: Thu, 7 Sep 2000 14:40:42 -0600
Reply-To: Amy Roehrig Swinford <aimless@FIBER.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Amy Roehrig Swinford <aimless@FIBER.NET>
Organization: Fibernet Inc.
Subject: Re: Table "LABEL" via Proc Datasets or else
Content-Type: text/plain; charset=us-ascii
Patrice,
Try
proc datasets lib=master;
modify mytable(label="My New Label");
run;
Amy Swinford
Trilogy Consulting
Patrice Bourdages wrote:
> Part 1.1Type: Plain Text (text/plain)
|