Search found 53125 matches
- Mon Feb 25, 2008 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NullHandling
- Replies: 1
- Views: 734
You have to tell DataStage what value in the file (in each field, if the fields are of different widths) represent null. This is typically achieved through the Null Field Value property. Search the forum, consult on-line help, or read the Parallel Job Developer's Guide to learn how to set this prope...
- Mon Feb 25, 2008 9:18 pm
- Forum: General
- Topic: Dsjob command throws an error ( without any arguments)
- Replies: 2
- Views: 1067
Welcome aboard. It this a transient problem, or is it reliably reproducible? Mutex locks are how semaphores are implemented on HP-UX, and the lock tables in DataStage are implemented as semaphore sets, which is why you are seeing issues with mutex locks. As to what's causing them, this is possibly m...
- Mon Feb 25, 2008 8:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Index of BASIC dynamic array
- Replies: 7
- Views: 2140
- Mon Feb 25, 2008 7:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle read error
- Replies: 1
- Views: 1094
- Mon Feb 25, 2008 7:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple containter instances with standardize
- Replies: 6
- Views: 4475
- Mon Feb 25, 2008 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join or Lookup? Handling predicates in user-defined SQL.
- Replies: 1
- Views: 1090
You need numbered parameter markers for Oracle.
Code: Select all
Select col-x, col-y from TableB where col-x = :1- Mon Feb 25, 2008 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance gains by combining Lookups ???
- Replies: 2
- Views: 1641
- Mon Feb 25, 2008 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange problem while doing Update then Insert
- Replies: 7
- Views: 2857
- Mon Feb 25, 2008 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integers in fixedWidthfile
- Replies: 3
- Views: 1270
- Mon Feb 25, 2008 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD implementation using Change Capture
- Replies: 1
- Views: 970
- Mon Feb 25, 2008 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to add new user
- Replies: 2
- Views: 1001
There's no such thing as a DataStage user - you simply add them as UNIX users and make sure that they're in the correct group for DataStage and the correct group for each project in which they're expected to work. Each UNIX has its own commands for adding users and groups. For example on AIX you'd u...
- Mon Feb 25, 2008 3:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob
- Replies: 6
- Views: 3053
- Mon Feb 25, 2008 3:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating categories
- Replies: 7
- Views: 1680
- Mon Feb 25, 2008 6:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob
- Replies: 6
- Views: 3053
- Mon Feb 25, 2008 6:03 am
- Forum: General
- Topic: How can i create a Database connection in Datastage
- Replies: 4
- Views: 4121
Start by finding the Connector stage, select it and open help (F1 will do). You can also read the manuals (found here if you don't have them convenient).