Search found 2 matches
- Mon Jan 07, 2008 12:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rolllike function
- Replies: 4
- Views: 874
- Mon Jan 07, 2008 11:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rolllike function
- Replies: 4
- Views: 874
rolllike function
I am trying to duplicate the mainframe SAS code for Rolllike function. I have 4 sets of columns as keys and 2 sets of dates. See data below: K1 K2 D1 D2 F1 F2 A 1 2006-01-01 2006-12-31 X 10 A 1 2007-01-01 2007-12-31 X 10 A 1 2008-01-01 2009-12-31 X 10 A 2 2006-01-01 2006-12-31 X 10 A 2 2007-01-01 20...