Tuesday, September 10, 2013

How to change all derived variables to upper case?

/*************************************************************************
*If you ever need to change the derived variables name from lower case to
upper case, there is a SAS option that you can use to take care of that
instead of retyping them one by one.  Here's the option:
*************************************************************************/
options validvarname=upcase;

No comments:

Post a Comment