LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2005, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 30 Sep 2005 14:27:10 -0700
Reply-To:     David L Cassell <davidlcassell@MSN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David L Cassell <davidlcassell@MSN.COM>
Subject:      Re: Converting SAS code to SQL
In-Reply-To:  <200509300910.j8U7uQDq022026@malibu.cc.uga.edu>
Content-Type: text/plain; format=flowed

joseph.sahiby@GMAIL.COM wrote: >I am also looking at doing something similar to this. Once a scorecard >has been created in SAS, is there any easy way to convert this into an >SQL procedure to append the score data to the SQL database that can be >run independently of SAS?

If you can transcribe the code for generating the scorecard values, then you can do it.

If you are using a neural net or something, then you have already obfuscated the process enough that you may not be able to do more than feed the neural net inputs and catch the outputs. You won't be able to write that in SQL. Ever.

If you have used statistical tools and built straightforward models, then you may have usable formulae for scorecarding, and you can transfer that knowledge to another language. If, however, you realize that you might need things like standard errors to go with those point estimates, then you are back to 'stuck', since many models use esoteric computations to derive appropriate error estimates.

So. What's the point of paying for a tool like SAS EM, and then not wanting to utilize the rest of the SAS package afterward? You *do* know that you can't assume your scorecard will work well forever, and you'll need to do this as an iterative process, right?

David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


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