View previous topic :: View next topic |
Author |
Message |
Martin Beginner

Joined: 20 Mar 2006 Posts: 133 Topics: 58
|
Posted: Sun Jul 23, 2006 6:40 pm Post subject: Sort Sum & Include |
|
|
Hi,
Can SORT + SUM + INCLUDE be done in a single step( in the order mentioned above).
Please let me know |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
Posted: Sun Jul 23, 2006 8:21 pm Post subject: |
|
|
Martin,
Try these cards
Code: |
//SYSIN DD *
SORT FIELDS=(.....)
SUM FIELDS=(....)
OUTFIL INCLUDE=(.....)
/*
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|