Date: Tue, 10 Apr 2001 08:06:38 -0400
Reply-To: Paige Miller <paige.miller@KODAK.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Paige Miller <paige.miller@KODAK.COM>
Organization: Eastman Kodak Company
Subject: Re: 2nd question on PROC CORR
Content-Type: text/plain; charset=us-ascii
Gijs Dekkers wrote:
> Another question on PROC CORR, I'm afraid.
>
> I have two variables SCV1 and SCV2, and I use proc corr to derive the
> correlation coefficient. But I want to destillate this one figure from
> the outputfile generated by this procedure.
>
> I have used the following datasteps, but this is not good, because it
> does not always work. Sometimes, the variables COL1 (see below) is
> missing.
>
> So, the question is: how can I destillate just the one correlation
> coefficient from the output-file of the PROC CORR-statement?
In SAS 7/8 you can use the output delivery system (ODS) to create a
data set with any part of the SAS listing.
--
Paige Miller
Eastman Kodak Company
paige.miller@kodak.com
"It's nothing until I call it!" -- Bill Klem, NL Umpire
"Those black-eyed peas tasted all right to me" -- Dixie Chicks
|