Search found 53125 matches
- Sun Jan 04, 2009 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generalrepositoryinterfaceothererror
- Replies: 1
- Views: 871
- Sun Jan 04, 2009 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decimal Sort problem
- Replies: 1
- Views: 827
In version 8 server jobs have to run (on the principal node) in the parallel execution environment, so there is a deal of conversion of data types that needs to be achieved. I suspect what you're seeing is something to do with this, but you really need to involve your official support provider to ve...
- Sun Jan 04, 2009 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: select query on uvsh, involving nulls
- Replies: 3
- Views: 1184
- Sat Jan 03, 2009 1:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: select query on uvsh, involving nulls
- Replies: 3
- Views: 1184
- Sat Jan 03, 2009 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installation Error
- Replies: 1
- Views: 694
Welcome aboard. Please strive for a professional standard of written English on DSXchange; this assists those participants whose first language is not English. If you really mean TX (transformation extender) installation, please post in the TX forum. This is an entirely different product and, indeed...
- Fri Jan 02, 2009 10:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: About Job Sequencer
- Replies: 4
- Views: 1121
- Fri Jan 02, 2009 10:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: nvl equivalent in uvsh
- Replies: 3
- Views: 1149
- Fri Jan 02, 2009 10:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SSELECT syntax question
- Replies: 5
- Views: 1421
- Fri Jan 02, 2009 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help needed for FTP stage...
- Replies: 27
- Views: 9523
i been working since more than 24 hrs so......brain not working... :idea: Never do that. ETL developer is a job that requires immense attention to detail. You can not achieve the same if fatigued. No correspondence will be entered into concerning this advice, deadlines or any of the other artificia...
- Fri Jan 02, 2009 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: About Job Sequencer
- Replies: 4
- Views: 1121
1. A Sequencer does nothing but make an Any/All decision based on when its inputs have fired. The term you need is Sequence. 2. Job sequences do not process records AT ALL. Therefore your requirement for a sequence to process 50 records is moot. Please re-think your requirement, re-specify and post ...
- Fri Jan 02, 2009 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: preserve partitioning
- Replies: 3
- Views: 1347
- Fri Jan 02, 2009 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help needed for FTP stage...
- Replies: 27
- Views: 9523
- Fri Jan 02, 2009 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: nvl equivalent in uvsh
- Replies: 3
- Views: 1149
Code: Select all
EVAL "IF ISNULL(column) THEN '' ELSE column"- Fri Jan 02, 2009 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to abort the job
- Replies: 6
- Views: 1363
- Fri Jan 02, 2009 5:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to abort the job
- Replies: 6
- Views: 1363
In an after job subroutine use DSGetLinkInfo() to determine whether any rows were sent to the target file. If the row count is zero delete the file and (optionally) set the ErrorCode argument of the subroutine to a non-zero value, which has the effect of aborting the job. But I don't believe you nee...