Search found 78 matches

by bart12872
Fri Feb 27, 2009 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pt of the file containing log of a job
Replies: 11
Views: 3521

Well, even if you copy the file containing the log, you won't be able to exploit it or read it. It is write in Basic Universe format.

What do you want to do more precisely.

Martin.
by bart12872
Fri Feb 27, 2009 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted while comparing dates..
Replies: 1
Views: 964

You cannot compare two dates in a filter. Use a transformer and the fonction DaySinceFromDate(date1,date2)

You can compare 2 dates in a filter stage only if the second date is explicitly specify. ex : DaySinceFromDate(date1,'2009-02-27')

Martin
by bart12872
Fri Feb 27, 2009 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController is taking more time to execut
Replies: 2
Views: 1197

APT_CombinedOperatorController group two or more process in an unique operator.

Does your two instance of the job treats a similar number of rows ?

Martin.
by bart12872
Wed Feb 18, 2009 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read DB2 data - Date Format problem
Replies: 2
Views: 2063

Read DB2 data - Date Format problem

Well, I have a problem, and I have no idea where it could come from. A DB2 Enterprise Stage read a table. The table contains dates. When I do a view data, all the dates are '1901-01-01' the default value. but when I do a CAST(column AS CHAR(10)), I obtain the good value but in the format 'MM/DD/YYYY...
by bart12872
Mon Jan 26, 2009 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort key problem
Replies: 4
Views: 2812

In order to have better design of the job.. 1. There is join stage in the job...It is advised that is you are having huge unsorted data, u can use lookup stage.. ( of course ..here the other link where you are putting the join should have less rows which can fit in your physical memory or performan...
by bart12872
Mon Jan 26, 2009 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sort key problem
Replies: 4
Views: 2812

sort key problem

Hi, A job cause me a huge grief because of the use of sorts. I explain me : In my job, I have a input with a huge numbers of lines ordered by col1. Then, i make an inner join and an agregation on col1,col2,col3,col4. So i use a sort stage (key sort col1,col2,col3,col4) with col1 previously sorted. S...
by bart12872
Mon Jan 19, 2009 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine error - Array never dimensioned
Replies: 2
Views: 2473

Routine error - Array never dimensioned

Hi,

I want to use the PreviousWeekdayFromDate function, but when I compile the routine I have the following error :
"Array 'PreviousWeekdayFromDate' never dimensioned"

Do you have any idea ?
Have i forgot an include in my routine ?

thanks,

Martin.
by bart12872
Fri Nov 21, 2008 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetJobInfo take too much time
Replies: 2
Views: 1460

DSGetJobInfo take too much time

Hi, I developped a routine to audit the execution of a sequencer. So, this routine, get all jobs and determine jobs that ran. For this jobs, I check the logs to display warning and fatal error in a file. this is classical. But when I developped and test this routine, It took 2 minutes. Today this ro...
by bart12872
Fri Oct 24, 2008 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 8 bug sort stage ?
Replies: 3
Views: 2881

Have you exactly the same key in the same order. I mean the same fields AND the same order ? This warning said much more that you could think. First, this warning means that your logic of traitement is wrong (your sorts) , but Datastage can correct it. It means that the work is not done correctly or...
by bart12872
Fri Oct 24, 2008 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Runtime Column Propagation (RCP) - DB2 Stage
Replies: 1
Views: 1163

Using Runtime Column Propagation (RCP) - DB2 Stage

Hi,

The configuration of datastage is DATASTAGE + FEDERATION SERVER

The connection to DB2 database was maded by DB2 UDP Enterprise Stage. But this stage is not supported by federation server, so I have to use the DB2 UDP API stage.

Can i use the RCP in this stage ?

thanks,
Martin.
by bart12872
Thu Oct 23, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Library dsdb2enu.so load error
Replies: 3
Views: 2091

Hi,

I know it was a old post, It was exactly the probleme I have.


I don't understand the instruction 6 : "source the dsenv" what does it mean?
What do I have to do ?

thanks,
Martin.
by bart12872
Tue Sep 09, 2008 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in lookup stage
Replies: 3
Views: 1364

ok, so I try to use entire partitionning in input of the lookup and performance decrease, so I will keep the same partitionning and the warning.


ps : for the DS 7.6 version, the last post of this topic mentionned it (viewtopic.php?t=101149). Certainly, not PX.
by bart12872
Tue Sep 09, 2008 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in lookup stage
Replies: 3
Views: 1364

warning in lookup stage

Hi, I have a Datastage job design, like that or something like that : INPUT --> SORT+HASH PARTITION --> TRANSFORMER(partition : SAME, no sort) --> LOOKUP (partition : SAME, no sort) --> AGREGATION (partition SAME, no sort)--> OUTPUT First, I partition and sort data, and I want to keep the partition ...
by bart12872
Tue Aug 19, 2008 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Agregation
Replies: 1
Views: 884

Agregation

Hi, i have a problem with an agregation. I need to agregate 400 billions rows to 2 billions rows and figure out 20 indicators. The performance are poor in Datastage because I must use the sort mode. (sort 400 billions rows, hum..!). So, I decide to extract, transform my data and load the rows in DB2...
by bart12872
Tue Jun 24, 2008 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: agregation
Replies: 2
Views: 1470

agregation

Hello, I want to agregate a fact table (DB2 table). Basically, it will be that : Agregate Key (6 columns) sum(champ1) sum(champ2) max(champ3) max(champ4) min(champ3) min(champ4) count (distinct champ7) count (distinct champ8) In fact, there is 50 SUM, 10 MIN, 10 MAX and 2 COUNT DISTINCT. and the tab...