Posts by samuelgp • 65 points
2 posts
-
5
votes2
answers5263
viewsQ: How to calculate the difference between values that are in the same column?
I would like to know if there is any way to calculate the difference between values that are in the same column. For example: I have a table with 2 fields: date and balance. I need to add a new…
-
1
votes1
answer3334
viewsQ: Using Group By in SAS Guide
I’m having trouble using the command GROUP BY, in the SAS. By definition, SAS only accepts the GROUP BY if used in the SELECT a summary function. So far, ok. Running the Proc below, the result comes…