Search found 15603 matches
- Wed Aug 22, 2007 12:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional execution of next job in sequence
- Replies: 22
- Views: 5767
Either in a user activity of the calling sequence or in the Job Control section of the second job add some lines to get the number of rows that went down that exception link from the last run of job 1, if that is greater than 0 then either don't start the second job or (if you decide to put it in th...
- Tue Aug 21, 2007 11:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional execution of next job in sequence
- Replies: 22
- Views: 5767
- Tue Aug 21, 2007 11:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic to split a column 100 characters long into 4 chunks...
- Replies: 8
- Views: 1879
- Tue Aug 21, 2007 11:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: REJECTED keyword in PX
- Replies: 8
- Views: 1666
- Tue Aug 21, 2007 10:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic to split a column 100 characters long into 4 chunks...
- Replies: 8
- Views: 1879
Code: Select all
INDEX(In.Col[1,35],' ',DCOUNT(In.Col[1,35],' ')-1)- Tue Aug 21, 2007 9:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: for loop
- Replies: 5
- Views: 1156
- Tue Aug 21, 2007 8:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: for loop
- Replies: 5
- Views: 1156
- Tue Aug 21, 2007 8:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while loading data
- Replies: 6
- Views: 1380
- Tue Aug 21, 2007 7:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warnings - Severity
- Replies: 2
- Views: 669
Yes, you should make sure that no job goes into production with warnings. This applies to both Server and PX jobs. Some PX warnings cannot be removed in the job design, so they should be demoted to informational by message handlers at runtime. This ensures that any real warnings are detected in prod...
- Tue Aug 21, 2007 6:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Joiner Stage Warning - PX
- Replies: 3
- Views: 1286
Re: Joiner Stage Warning - PX
sparth wrote:...Disable RCP in DataStage administrator...
I'm not sure if that is sufficient for existing jobs. Go into the stages leading into the join stage and on their output column pages explicitly turn off RCP.
- Tue Aug 21, 2007 6:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wait for file on a diff server
- Replies: 13
- Views: 1944
- Tue Aug 21, 2007 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wait for file on a diff server
- Replies: 13
- Views: 1944
- Tue Aug 21, 2007 4:14 pm
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: hai
- Replies: 7
- Views: 3532
Ray - I missed that that it was the first post. Mah - I'm sorry sorry about being so harsh, but the FAQs that are recommended reading plus many other posts from members here recommend using descriptive subject lines and posting in the appropriate forums. Plus, the use of the recommended search funct...
- Tue Aug 21, 2007 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to handle French Accent characters with CFF component?
- Replies: 7
- Views: 9237
Right, do not use the DS FTP stage if you aren't converting the file line-by-line. Since it seems you've already used FTP I would stay with that approach; use the EBCDIC() function on the COMP-3 columns to reconvert them to their original binary image and then use the sdk kit routines to make them i...
- Tue Aug 21, 2007 4:06 pm
- Forum: General
- Topic: Documentation for Serverr to PX edition?
- Replies: 3
- Views: 1309
Even though the job types look similar on the Designer canvas and contain many shared stage types you need to realize that they are based on completely different technologies and that an efficient approach on one job type will not necessarily be efficient in another. Server jobs do most of their wor...