Date: Mon, 24 Nov 2008 23:05:31 -0500
Reply-To: "Howard Schreier <hs AT dc-sug DOT org>"
<schreier.junk.mail@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Howard Schreier <hs AT dc-sug DOT org>"
<schreier.junk.mail@GMAIL.COM>
Subject: Re: Proc Score
On Mon, 24 Nov 2008 12:05:12 -0800, travis.deters@YAHOO.COM wrote:
>Hi -
>
>I am trying to score a data set using the followign code:
>
>proc score data=default_calc_oct07
> score = hrl_m.con_scoring
> out = predicted
> type = parms;
> var delbucket ut_buk eqbuk aage_buk;
>run;
>
>teh data set default_calc_oct07 contains the four variables listed at
>the var statement. However, I am getting an error that says each
>variable cannot be found. i am not sure what I am missing. Any
>guidance is appreciated.
I suggest that you post the exact error messages and also examples of the
DATA= and SCORE= data sets.
|