Search found 5168 matches
- Wed Aug 02, 2006 10:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: non delimiter file
- Replies: 13
- Views: 4688
- Wed Aug 02, 2006 10:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advantages of PX comparing with other ETL tools
- Replies: 3
- Views: 1411
- Wed Aug 02, 2006 9:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Constrain is not working in Transformer
- Replies: 6
- Views: 1520
Re: Constrain is not working in Transformer
nekkalapudi wrote:Thanks for the information. Fixed the problem using trim :
Trim(out_to_trans.R1VSHP)[1,1] = ''. This worked.
Thanks
If this is the case, Trim(out_to_trans.R1VSHP) = '' should have also worked.
- Wed Aug 02, 2006 9:52 pm
- Forum: General
- Topic: Parallel job in DS Server edition
- Replies: 12
- Views: 7366
- Wed Aug 02, 2006 9:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error records in DataWarehouse
- Replies: 3
- Views: 1301
- Wed Aug 02, 2006 9:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX error
- Replies: 3
- Views: 928
- Wed Aug 02, 2006 9:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job aborting when running with large data sets
- Replies: 7
- Views: 2286
clickart wrote:This looks like a UNIX process time-out error. We used to get a similar error when the DataStage job continues running more than the time-out limit set in UNIX.
Could you elaborate more on this. May I know what is the parameter that helps in unix to extapolate the time-out limit for a process?
- Wed Aug 02, 2006 9:33 pm
- Forum: General
- Topic: Parallel job in DS Server edition
- Replies: 12
- Views: 7366
For more detail about the ibm products you can check here.
http://ibm.ascential.com/products/websp ... stage.html
http://ibm.ascential.com/products/websp ... stage.html
- Wed Aug 02, 2006 9:33 pm
- Forum: General
- Topic: Parallel job in DS Server edition
- Replies: 12
- Views: 7366
- Wed Aug 02, 2006 2:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Constrain is not working in Transformer
- Replies: 6
- Views: 1520
Re: Constrain is not working in Transformer
madhukar wrote:Is your invisible characters seems to be link "squares"? if yes then ur pad character defined is null character. change into space and try trim function.
The representation of "squar box".. depends on the editor you look into.
If it is null, IsNull() should work.
- Wed Aug 02, 2006 2:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job failed : Output file full, and no more output files
- Replies: 5
- Views: 12043
- Wed Aug 02, 2006 2:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Autoinstall DSjobs anf folder
- Replies: 2
- Views: 541
- Wed Aug 02, 2006 1:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job failed : Output file full, and no more output files
- Replies: 5
- Views: 12043
- Wed Aug 02, 2006 1:06 am
- Forum: Site/Forum
- Topic: Ascential DeveloperNet sunsetting this month
- Replies: 20
- Views: 10678
- Wed Aug 02, 2006 1:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create unix script to invoke DataStage job...HELP!
- Replies: 8
- Views: 2598
If you have any unix operation to be performed, you can wrap it in a shell. And this shell can be called by a Executecommand (or Before/After subroutine). This will be a part of flow in the datastage. For example, if you need to deleter any file or move any file from one place to other or copy actio...