Search found 6797 matches

by DSguru2B
Thu Apr 12, 2007 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Generator
Replies: 4
Views: 1384

Look into surrogate key generator.
by DSguru2B
Thu Apr 12, 2007 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parse data
Replies: 7
Views: 2213

Use convert.

Code: Select all

CONVERT("-", " ", in.Col)
by DSguru2B
Thu Apr 12, 2007 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine - does file exist
Replies: 5
Views: 1430

Where do you want to run this routine? In a sequence job or inside a parallel job?
If former then you can use wait for file activity stage and set the time to 00:00:00.
If latter then you need to write a C routine to do this, how good are your C skills?
by DSguru2B
Thu Apr 12, 2007 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: desining approach
Replies: 2
Views: 924

So you want to split your file into four files, one for each zone, yes?
On what basis do you want do get the average age?
by DSguru2B
Wed Apr 11, 2007 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows mismatch while loading into db2 table using odbc stage
Replies: 10
Views: 3677

Can you post the exact error message? Also reset the job and see if any additional messages pop up in the log file, specifically "From previous run.."
by DSguru2B
Wed Apr 11, 2007 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convertions
Replies: 21
Views: 17931

Re: Convertions

1)Copy_pre_xform: Error when checking operator: When binding output schema variable "outRec": When binding output interface field "INVOICE_CREATION_DATE" to field "INVOICE_CREATION_DATE": No default type conversion from type "string[max=38]" to type "timestamp". You need to change varchar to timest...
by DSguru2B
Wed Apr 11, 2007 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can We Recover deleted job
Replies: 10
Views: 7660

No such thing. Recover the job from backup.
by DSguru2B
Wed Apr 11, 2007 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8 on Fedora
Replies: 4
Views: 1473

Well, dont know if its going to work or not. You will have to find out yourself or wait until someone, who has actually tried it, drops in a line or two.
A piece of advice, dont develop code on an unsupported environment. Keep it real from the very begining.
by DSguru2B
Wed Apr 11, 2007 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: update two tables in a single db2 stage
Replies: 4
Views: 1901

In that case, I highly doubt its possible with db2. In oracle, the OCI stage provides "Transaction grouping" which allows you to do that. But I highly doubt DB2 API stage supports that. Why do you want to do this? Cant you create one load ready file and then in seperate job(s) update the tables? As ...
by DSguru2B
Wed Apr 11, 2007 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8 on Fedora
Replies: 4
Views: 1473

Did you try the IBM site that lists out the supported platforms in a matrix?
by DSguru2B
Wed Apr 11, 2007 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle date formats
Replies: 8
Views: 2820

Craig has explained "The oracle timestamp phenomenon" so many times. Please search the archives.
Also, what happens if you pass it as it is. The format you are showing is what oracle expects. No formatting might be required.
by DSguru2B
Wed Apr 11, 2007 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job routine
Replies: 3
Views: 1006

In datastage, jobstatus 1 (Finished) and 2 (finished with warnings) is considered successful and hence the behaviour.
by DSguru2B
Wed Apr 11, 2007 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: update two tables in a single db2 stage
Replies: 4
Views: 1901

Sure. Send two links down to two different database stages. Specify the link ordering. Also specify the transaction size to 1.
Or I got your requirement wrong ???
by DSguru2B
Wed Apr 11, 2007 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job routine
Replies: 3
Views: 1006

:idea: Why dont you test it out and let us know.
by DSguru2B
Wed Apr 11, 2007 7:54 am
Forum: General
Topic: ownership History of datastage
Replies: 3
Views: 1881

I found this post where Ray explains the ownership of datastage.