Search found 53125 matches
- Mon Sep 28, 2009 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what happens internally when a job is reset
- Replies: 3
- Views: 1390
As well as what Arnd said, resetting a job will roll back any uncommitted transactions, disconnect from data sources, close files and hashed files, and generally return the job to the state it was in prior to the last run request (as nearly as possible - transactions already committed remain committ...
- Mon Sep 28, 2009 1:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Backup of DataStage environment
- Replies: 3
- Views: 1055
Welcome aboard. If you installed DataStage using all defaults, pretty much everything is in one directory (for example /usr/Ascential/DataStage) so backing that up (while there is no DataStage activity) should suffice. This will change if you have created other directories on other file systems for ...
- Sun Sep 27, 2009 8:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading multiple files which were already sorted
- Replies: 2
- Views: 1005
Unfortunately, using a File Pattern read assigns multiple reader processes that are reading simulaneously; it is this that is affecting your sort order and requiring you to re-sort the data; the rows from individual readers arrive in no particular order. You might like to try forcing the stage to ex...
- Sun Sep 27, 2009 8:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: advice on best methods to remove CR/LF's
- Replies: 1
- Views: 1380
Unless you have permission to remove them, you should not. These are part of the source data. Assuming, then, that you do have permission to remove them, my preference in a server job is to create a stage variable (called svCRLF for example) initialized to Char(13):Char(10) and to use a Convert() fu...
- Sun Sep 27, 2009 3:11 am
- Forum: General
- Topic: In Parallel jobs how to load the rows which are having NULL
- Replies: 2
- Views: 752
- Sat Sep 26, 2009 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: best partition
- Replies: 2
- Views: 1212
The best partition method is the right one. For example, if you need to do something in the stage that requires key values to be on the same partition as all other instances of that value, then you need a key-based partitioning algorithm (for example hash or modulus). Otherwise, the best algorithm i...
- Sat Sep 26, 2009 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to connect to DB2DS metadata
- Replies: 10
- Views: 2804
- Fri Sep 25, 2009 6:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job schedule abort error
- Replies: 6
- Views: 2113
- Fri Sep 25, 2009 6:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting error when importing the jobs
- Replies: 5
- Views: 1399
- Fri Sep 25, 2009 6:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema files, how to define a KEY column?
- Replies: 1
- Views: 953
- Fri Sep 25, 2009 6:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to make the DataStage jobs Read only.
- Replies: 9
- Views: 9411
- Fri Sep 25, 2009 6:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to connect to sqlserver 2000
- Replies: 2
- Views: 1634
- Fri Sep 25, 2009 6:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert Decimal to Varchar
- Replies: 1
- Views: 715
Re: Convert Decimal to Varchar
Why?chilli wrote:If it is -00005 then out put should be 0000A
Why?chilli also wrote:and if it is 00009 then 0000X.
What other possibilities exist?
Please fully document the transformation rule.
Note also that your target data type can not be Decimal.
- Fri Sep 25, 2009 6:15 pm
- Forum: General
- Topic: Surrogate Key Generation using DS routine
- Replies: 13
- Views: 2892
- Fri Sep 25, 2009 6:13 pm
- Forum: IBM QualityStage
- Topic: Could you please explain this match result?
- Replies: 2
- Views: 1722