Hi, I'm trying to get data from 3 months back using the code proc sql ;create table as test_data Select sum * From my_data where date = put('month', & mon1_yyyymm., - 3),yymmn6.) but I don't get any output, so when I check the 3 months back date it appears like this '251311'
... View more