Are your dummy variables 1/0? If so then you don't need to include it in the CLASS statement. The opposite sign on the parameter estimates may be due to the difference in the reference level. You can set your reference level explicitly in the CLASS statement. CLASS dummy_variable (PARAM=REF REF=0);
... View more