Search found 3 matches
- Wed Sep 10, 2008 11:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to Derive the Day of the week
- Replies: 3
- Views: 1198
Thank you . Your solution worked.
Welcome Mr Todd. :D I thought there was a TAG for this, but... create a custom routine that takes a date and passes back the day of the week by name. Use OConv for this with a 'D' or Date conversion code - specifically 'DWA' to return the full day name or 'DWB' to return the 'abbreviated' day name....
- Wed Sep 10, 2008 11:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to Derive the Day of the week
- Replies: 3
- Views: 1198
Thank you . Your solution worked.
Welcome Mr Todd. :D I thought there was a TAG for this, but... create a custom routine that takes a date and passes back the day of the week by name. Use OConv for this with a 'D' or Date conversion code - specifically 'DWA' to return the full day name or 'DWB' to return the 'abbreviated' day name....
- Wed Sep 10, 2008 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to Derive the Day of the week
- Replies: 3
- Views: 1198
Need to Derive the Day of the week
I am in a sequencer and I need to derive the day of the week. For example, monday tuesday wednesda....etc. Can someone help me?