|
with
data _null_ ; stop; run;
not even one empty observation is created
Datum: 06.08.2002 20:31
An: SAS-L@LISTSERV.UGA.EDU
Antwort an: "Dorfman, Paul" <Paul.Dorfman@BCBSFL.COM>
Betreff: Re: ??????????????
Nachrichtentext:
> From: Howard_Schreier@ITA.DOC.GOV [mailto:Howard_Schreier@ITA.DOC.GOV]
>
> That should work.
Howard,
Data _Null_ ;
Run ;
is indeed a very lucid, efficient, concise, parsimonious piece of code.
> But maybe Paul will have some ideas on how to make it run faster.
You may have noticed that with the exception of <run;>, the program hardly
contains any superfluous instructions. I am not sure how to improve on that.
It is quite difficult to synthesize a crystal harder than diamond. Maybe if
one used the material comprising neutron stars... Ask Kilo Volt, he used to
measure the properties of those.
Kind regards,
==================
Paul M. Dorfman
Jacksonville, FL
==================
>
> On Tue, 6 Aug 2002 07:43:15 -0700, Xavier Autret
> <xav_x@NOOS.FR> wrote:
>
> >One answer of you problem is:
> >
> >data _NULL_;
> >run;
> >
> >Xavier
>
> <g>
>
.
--
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
|