Hi,
can some one help me with the dates. I have two dates e.g. 3/10/17 and I brought 4 apples on this date and I have the same date 3/10/17 and I brought 2 apples again. How do I get the total apples 6 on 3/10/17?
Any help.
Thank you
M
Use sum in either proc summary, proc means or proc sql. For the first two, use your date variable as a class variable, for sql, use the group by statement.
Art, CEO, AnalystFinder.com
Use sum in either proc summary, proc means or proc sql. For the first two, use your date variable as a class variable, for sql, use the group by statement.
Art, CEO, AnalystFinder.com
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.