LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (November 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main SAS-L page