From: oloolo on
Yes, you can do PROC SCORING using ODS output parameter estimate data set
fairly simple.
transpose the Estimate data with 'var estimate';
add two variables: _TYPE_ 'parms' _NAME_ whatever you like

then load this one with PROC SCORE

On Wed, 23 Dec 2009 14:51:12 -0500, Talbot Michael Katz <topkatz(a)MSN.COM>
wrote:

>Hi.
>
>I've built some models with PROC GENMOD. The only way I could see to
>produce a data set with parameters was through the ODS table
>ParameterEstimates. However, the format of this table does not appear
>appropriate to use as the SCORE= data set input for PROC SCORE. Can PROC
>GENMOD models be scored with PROC SCORE? If so, how?
>
>Thanks!
>
>-- TMK --
>"The Macro Klutz"