Hello,
What is equivalent of Proc summary in SAS Data Integration?
Thx
I would use an SQL transform with GROUP BY and group statistics like MIN, MAX etc.
EDIT: a lot depends on what capablity of SUMMARY you want to implement. Can you elaborate on that?
Regards Jan
Thx, I will use SQL order by.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates