Search found 42189 matches
- Fri Mar 07, 2008 10:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange problem with a PX Job
- Replies: 7
- Views: 1188
- Fri Mar 07, 2008 7:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange problem with a PX Job
- Replies: 7
- Views: 1188
- Fri Mar 07, 2008 5:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decode issue in convert.
- Replies: 9
- Views: 2023
- Fri Mar 07, 2008 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decode issue in convert.
- Replies: 9
- Views: 2023
- Fri Mar 07, 2008 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decode issue in convert.
- Replies: 9
- Views: 2023
- Fri Mar 07, 2008 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: decode issue in convert.
- Replies: 9
- Views: 2023
- Fri Mar 07, 2008 10:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we extract VSAM file on Mainframe through datastage
- Replies: 2
- Views: 1208
- Fri Mar 07, 2008 10:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pivot
- Replies: 9
- Views: 1717
Re: UTF8
PhilHibbs wrote:Additional info: or should that be, WTF8?
Sorry, just noticed this and had to laugh.
Whew, better now.
- Fri Mar 07, 2008 9:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pivot
- Replies: 9
- Views: 1717
- Fri Mar 07, 2008 8:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Webservices
- Replies: 2
- Views: 1312
- Fri Mar 07, 2008 8:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting "value IN (1,2,3,4,5,6,7) from Oracle to tra
- Replies: 8
- Views: 2837
I haven't seen any such assumption about people's understanding, if anything it's usually the other way around. I for one will click on a user's name to see how they have ranked their own knowledge of the product and use that to craft an answer. No guarantees if someone has been overly generous in t...
- Fri Mar 07, 2008 7:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence job in loop getting aborted
- Replies: 12
- Views: 3224
What kind of help do you need? Like most things, there are many ways to skin this cat. One such... 1. Pass in a full ISO timestamp 2. Use the TimeDate() function to get the current date/time 3. Reassemble the output in ISO format 4. Directly compare the two strings Or use whatever functions tickles ...
- Fri Mar 07, 2008 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Better Performance
- Replies: 4
- Views: 2083
union all is more performant than UNION because a UNION is a distinct. Specifically, a UNION ALL simply returns the results of all queries. A UNION must first get the results of all queries and then so a 'SORT DISTINCT' on the results, so it obviously will take longer and more processing resources....
- Fri Mar 07, 2008 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in Start Loop Activity
- Replies: 7
- Views: 2647