Take a backup first. Export your projects. Do it twice!
Axiom: things only go wrong when you don't have a backup.
Search found 53125 matches
- Fri Mar 07, 2008 5:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Request for Migration Guide from DS 7.x to 8.x
- Replies: 2
- Views: 776
- Fri Mar 07, 2008 5:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pivot
- Replies: 9
- Views: 1717
- Fri Mar 07, 2008 5:55 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
There is no IN operator in a Transformer stage. You could - in this particular case - use an Index() function. which returns 0 if the value is not in the string of digits.
Code: Select all
Index("1234567",InLink.TheValue,1)- Fri Mar 07, 2008 5:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Embedded quotes in Sequential stages
- Replies: 10
- Views: 2810
- Fri Mar 07, 2008 5:51 am
- Forum: General
- Topic: Hash Stage in PX
- Replies: 11
- Views: 2876
No. There is no such thing as a "hash" stage in either edition. Server edition has a Hashed File stage. It is a passive stage. Open its properties in the Stage Types branch of the Repository to verify this assertion. Parallel Edition has no Hashed File stage. The closest thing is a Lookup File Set s...
- Fri Mar 07, 2008 5:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage"Unable to open the Link for details stage
- Replies: 2
- Views: 1297
- Fri Mar 07, 2008 5:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How To Delete Staging file
- Replies: 5
- Views: 1514
- Fri Mar 07, 2008 5:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need some advise on how to merge data in a server job.
- Replies: 12
- Views: 3138
- Fri Mar 07, 2008 5:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter stage usage
- Replies: 6
- Views: 1607
- Fri Mar 07, 2008 5:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Embedded quotes in Sequential stages
- Replies: 10
- Views: 2810
- Fri Mar 07, 2008 4:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Embedded quotes in Sequential stages
- Replies: 10
- Views: 2810
- Fri Mar 07, 2008 4:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Embedded quotes in Sequential stages
- Replies: 10
- Views: 2810
- Fri Mar 07, 2008 4:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How To Delete Staging file
- Replies: 5
- Views: 1514
- Fri Mar 07, 2008 4:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Better Performance
- Replies: 4
- Views: 2083
- Fri Mar 07, 2008 3:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Substring using modify stage
- Replies: 15
- Views: 6068