BookmarkSubscribeRSS Feed
doudouh
Fluorite | Level 6

Hello,

 

What is equivalent of Proc summary in SAS Data Integration?

 

Thx

2 REPLIES 2
jklaverstijn
Rhodochrosite | Level 12

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

doudouh
Fluorite | Level 6

Thx, I will use SQL order by.