Search found 194 matches

by thurmy34
Thu Sep 04, 2008 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data.30 in my input Data
Replies: 19
Views: 6129

Chulett
The job abort because the Cust_Id field is sent with null value to the database.
The row is rejected because a Cust_Id cannot be null.

Ray
Do you mean the file D_HashFile or the directory HashFile ?
The directories are stored in a .ini file.
I will check them.

Thanks
by thurmy34
Thu Sep 04, 2008 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data.30 in my input Data
Replies: 19
Views: 6129

Hi
Sorry for the delay, i was waiting to my premium validation.

Chulett,
I already did that the job work well the day after and abort the next day (is it clear ?).

Ray,
Do i have to execute the the point 5 commands in the administrator ?

Thanks.
by thurmy34
Wed Sep 03, 2008 3:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data.30 in my input Data
Replies: 19
Views: 6129

Hi
Can i fix it by Export / Delete / Import my jobs.
I don't have the right to write on the disk of the production and the project is protected.


Thank you
by thurmy34
Wed Sep 03, 2008 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data.30 in my input Data
Replies: 19
Views: 6129

Data.30 in my input Data

Hi all Sometimes i have in my input DATA (from a hashed file who is built in a previous job ) the string DATA.30 in the key field of my Hashed File. If i delete the hashed file the job works fine one or two days and then the problem is back. MyJob..MyTransForm: At row 480, link "to_table",...
by thurmy34
Wed Aug 27, 2008 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestions needed to improve the performance(Hashedfile)
Replies: 26
Views: 10042

Hi all
This topic is great because we all have this king of problem.
What about the Replace existing rows completely.(I have this option in the DB2 plugging).
You don't have to do a lookup but i don't know the impact on the Database.
by thurmy34
Thu Aug 21, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find the last day of the month
Replies: 9
Views: 9206

Hi
You are right Chulet , i missed a step in my job.
I convert a date to YOURDATE with

Code: Select all

 Oconv(de_table_pce.D_TRAITEMENT,"D/DMY[2,2,4]")
then i place this constraint to select the rows i want

Code: Select all

de_table_pce.D_TRAITEMENT=MONTH.LAST(YOURDATE [7,4]:'-':YOURDATE [4,2])
by thurmy34
Thu Aug 21, 2008 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find the last day of the month
Replies: 9
Views: 9206

Hi
You can try this YOURDATE=MONTH.LAST(YOURDATE).
The format of YOURDATE is DMY[2,2,4] in my case.
by thurmy34
Thu Apr 10, 2008 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we do sum in transformer stage?If yes how?
Replies: 18
Views: 17692

Hi,
When i have to do this i use RowProcCompareWithPreviousValue.
by thurmy34
Thu Apr 10, 2008 2:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Jobs updating the same Hash File
Replies: 8
Views: 3295

Hi
What do you with your hashed file after the two jobs are executed ?
What do you think about using a parameter for the name of the hashed file ?
In that case you'll have to execute the job(s) who read it twice.
by thurmy34
Tue Mar 18, 2008 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined sql in DB2 API Stage
Replies: 4
Views: 2650

Hi
This message appears when you add a column whithout specify its type and its legnth.
Happens to me yesterday.
by thurmy34
Fri Dec 21, 2007 8:14 am
Forum: General
Topic: New Year Wishes
Replies: 15
Views: 6436

Me Four
And Thank you all for your help.
by thurmy34
Wed Nov 14, 2007 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter values through BASIC routine
Replies: 5
Views: 2727

Hi
We use ini files to store our parameters.
We have a routine who read the file and then we use DSSetParam inside a job control.
by thurmy34
Thu Jul 05, 2007 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The DSJ.JOBELAPSED bug
Replies: 4
Views: 1426

Hi Ray
Your routines are fine but i don't understand the bold part of this code
(from the AddYears routine)

Ans = Iconv(NewYear "R%4" : "-" : OriginalMonth : "-" : NewDay "R%2", "DYMD")
by thurmy34
Wed Jul 04, 2007 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The DSJ.JOBELAPSED bug
Replies: 4
Views: 1426

The DSJ.JOBELAPSED bug

Hi, I just discovered that DSJ.JOBELAPSED return 0 when a job start before midnight and end after. It bother me a little so i wrote this : * Gestion du passage de Minuit (pas de l'execution sur plusieurs jour) JobStart=DSGetJobInfo(Action <ActionOrder, ParallelOrderWait, COL_HANDLE>,DSJ.JOBSTARTTIME...
by thurmy34
Wed Jul 04, 2007 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Packed Field not converted properly with CFF Stage
Replies: 6
Views: 2006

Hi
Do you check your copybook ?