I'm using ODS to output parameter estimates from proc logistic to an output data set. ODS is truncating my variable names to 20 characters. Anyone know a work-around for this? proc template perhaps?
data x;
DO I=1 TO 1000;
THIS_VAR_IS_EXACTLY_28_CHARS = RANUNI(1);
DEPVAR = (RANUNI(2) < .25)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.