Tag: generate the month name from a numeric value

How to generate the month name from a numeric value

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;…

How to generate the month name from a numeric date value

Task: I have a SAS date and wanted to create a variable with the month name.

Here is how to do it……

Using MONNAMEw. format which is simple and easy.  MONNAMEw. format is available in SAS 9.X versions.

/*Use MONNAMEw. format*/

data …

How to generate the month name from a numeric date value

Task: I have a SAS date and wanted to create a variable with the month name.

Here is how to do it……

Using MONNAMEw. format which is simple and easy.  MONNAMEw. format is available in SAS 9.X versions.

/*Use MONNAMEw. format*/

data …