Search found 53125 matches
- Sun Jul 13, 2008 12:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data conversion tasks
- Replies: 1
- Views: 780
They are fairly frequent requirements. However, Convert() would not be the correct function to use, as it effects character-by-character replacement. The actual solution will depend on the data type of the input column and the output column, but will involve some combination of DateToString() and St...
- Sun Jul 13, 2008 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sql load per node instead of all nodes at once
- Replies: 4
- Views: 1785
Because the Data Set is stored on four nodes it can only be read from those four nodes, typically with the same configuration file as the one with which the data were written. You can bring the data together by forcing your Oracle Enterprise stage to execute in sequential mode, and using Sort/Merge ...
- Sun Jul 13, 2008 12:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Location of dsenv
- Replies: 7
- Views: 8507
- Sat Jul 12, 2008 7:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Location of dsenv
- Replies: 7
- Views: 8507
- Sat Jul 12, 2008 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error:Converting nullable source to non nullabale in Agg
- Replies: 5
- Views: 1822
- Sat Jul 12, 2008 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Run DB2 Delete sql in a job
- Replies: 6
- Views: 2218
- Sat Jul 12, 2008 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Changing CURRENTDATE to CURRENTTIMESTAMP through dsx
- Replies: 13
- Views: 4813
- Sat Jul 12, 2008 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine output to Database
- Replies: 3
- Views: 880
Download ETLstats from Kim Duke's web site. All that you request is already in that suite.
- Sat Jul 12, 2008 1:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: restructuring stages in datastage
- Replies: 1
- Views: 2324
- Sat Jul 12, 2008 1:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sub columns to new columns
- Replies: 1
- Views: 835
- Sat Jul 12, 2008 1:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading data from oracle with duplicates
- Replies: 1
- Views: 769
- Sat Jul 12, 2008 1:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IBM Information Server - call job variable in another job
- Replies: 1
- Views: 739
Difficult if you're using a Data Set to store the intermediate result; you'd have to use an orchadmin command via an Execute Command activity to retrieve the result. Since it's only a single row, I'd advocate using a server job and posting the count into that job's user status area, whence it can be...
- Sat Jul 12, 2008 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to control stage run sequence within a job ?
- Replies: 2
- Views: 929
- Sat Jul 12, 2008 1:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IBM Information Server - call job variable in another job
- Replies: 8
- Views: 2055
Difficult if you're using a Data Set to store the intermediate result; you'd have to use an orchadmin command via an Execute Command activity to retrieve the result. Since it's only a single row, I'd advocate using a server job and posting the count into that job's user status area, whence it can be...
- Fri Jul 11, 2008 9:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error:Converting nullable source to non nullabale in Agg
- Replies: 5
- Views: 1822
Can you please post the exact and entire error message? In particular I am interested in knowing which operator generated it. Can you also advise the setting of the "allow nulls" option in the Aggregator stage? My guess is that the computed fields of an Aggregator stage are always nullable despite w...