Hi All, Can you please help me with the following formatting change ? I have a date column (format yynnm4. for example 1803 representing 2018 March) I want to create the exact same column but as text ( for example text 1803, or as an integer 1803). Thanks,
... View more
Hi, Can you please help me with this ask ? So I have %let start_month = 1801 %let end_month = 1907 I want to create a datatable containing only one column which will have all the months from start to end. I am assuming I should append a new month values in a do loop. Thanks,
... View more