Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sastronaut
  • Content: Threads
  • Order by date
  1. Sastronaut

    ODS cutting off var names in regression output

    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)...

Part and Inventory Search

Back
Top