Task: I have a SAS date and wanted to create a variable with the month name.
Here is how to do it......
Use MONNAMEw. Format which is simple and easy. MONNAMEw. Format is available in SAS 9.X versions.
/*Use MONNAMEw. format*/
data month;...
Read more »
