Search found 53125 matches
- Tue Jun 05, 2012 10:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Dynamic Metadata And Database TableName
- Replies: 3
- Views: 2155
- Tue Jun 05, 2012 10:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job 13651 Phantom 4114
- Replies: 3
- Views: 2843
- Tue Jun 05, 2012 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mystery: random change in output value from transformer
- Replies: 3
- Views: 749
Random thought: I wonder if it's rounding based on the oddness-evenness of the final digit? What happened on the third day? If my hypothesis holds up, it should add one day. Of course if it were working properly, it shouldn't add or subtract at all! Maybe you need to effect DecimalToString() earlier...
- Tue Jun 05, 2012 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Filter_17: Error occurred during initializeFromArgs().
- Replies: 3
- Views: 2016
- Tue Jun 05, 2012 4:05 pm
- Forum: General
- Topic: Datastage Director Log in Milseconds
- Replies: 2
- Views: 1045
- Tue Jun 05, 2012 4:03 pm
- Forum: General
- Topic: estimate time
- Replies: 1
- Views: 842
- Tue Jun 05, 2012 4:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reusable Component design
- Replies: 1
- Views: 731
Welcome aboard. This seems to be a similar requirement to that posted by bicap earlier today. Perhaps you've been to the same interview? It's readily enough done using Runtime Column Propagation except that, if you have to mention a column name in your logic, that column name must appear in your met...
- Tue Jun 05, 2012 12:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to send different partions data to different targets?
- Replies: 7
- Views: 1260
Welcome aboard. When's the interview? Why the requirement to use partitioning technology? It probably can be done, but would not be for the faint-hearted. As SURA suggests, the partitioning technology handles from one to a countably infinite number of processing nodes, so you would need to devise a ...
- Mon Jun 04, 2012 10:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Activity count zero for Stream Operator update or delete
- Replies: 7
- Views: 4745
- Mon Jun 04, 2012 9:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Activity count zero for Stream Operator update or delete
- Replies: 7
- Views: 4745
- Mon Jun 04, 2012 9:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Dynamic Metadata And Database TableName
- Replies: 3
- Views: 2155
That's pretty straightforward. Parameterise the table name and use the same parameter in the text file name. Use RPC throughout (you effectively get select * from table happening). Loop through a list of table names obtained from the database's system tables to get the names. Maybe create a simple (...
- Mon Jun 04, 2012 6:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Dynamic Metadata And Database TableName
- Replies: 3
- Views: 2155
I have to read from Database and write into a DataSet from all the available tables in each schema by using a single DataStage job. Why? A DataStage Data Set can only have a single record structure. So, unless every single one of these tables has the same record structure, or your single DataStage ...
- Mon Jun 04, 2012 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Records are rejected which have Null Values for ints & D
- Replies: 2
- Views: 1013
What does the source actually put into those fields to represent NULL? That's what you must have as the Null Field Value property. If they are actually empty, try using double quotes rather than single quotes for Null Field Value. If you have a fixed-width format, however, you need the Null Field Va...
- Mon Jun 04, 2012 1:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Ouput Reject Records from DB2 Connector
- Replies: 5
- Views: 1666
- Mon Jun 04, 2012 1:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD null handling method
- Replies: 2
- Views: 1145