Hello Sir/Madam, My data set having three variable two variables are numeric and third is date variable which is in MONYY. format. I wanted to write a code for Proc freq data = ; format Date MONYY.; tables (NUM QTY) * Date/NOCUM NOFREQ nocol norow; run; When i am running this code output is generating but that output is giving me frequency and i wanted actual volume for each NUM variable against Date. Could you please correct my code or any additional step i wanted to add in it. THanks, Nishant
... View more