Date: Fri, 19 Sep 2008 14:51:36 -0400
Reply-To: SAS_learner <proccontents@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: SAS_learner <proccontents@GMAIL.COM>
Subject: Re: SasView and SAS System
In-Reply-To: <c2192a610809191018k629da58u460166308195b742@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hello all,
Never mind I do not when I ran Proc Contents of the dataset it is not
showing in the sas. I do not know something is wrong with the sasview or it
is something to be do Friday.
thanks data _null_ for your help.
thanks
SL
On Fri, Sep 19, 2008 at 1:18 PM, SAS_learner <proccontents@gmail.com> wrote:
> hello _all_,
>
> Proc Copy in = sasuser out = work;
> select Flightschedule airports Mechanicslevel1 ;
> run;
>
> Libname new1 "L:\Phani\Format\new1" ;
> proc datasets ; copy in = work Out = new1 ;
> Format _all_;
> Quit;
>
> When I do something as simple as the above open the sas datasets in the sas
> explorer I could see that all the formats have been removed. But same thing
> when I open in the sasview I see that formats are still assoisated . I do
> not understand what going on.
>
> thanks all for your time and help
> SL
>
|