Search found 246 matches

by srinivas.g
Mon May 05, 2014 12:57 pm
Forum: General
Topic: How to find Last compilation of the datastage job?
Replies: 8
Views: 9926

How to find Last compilation of the datastage job?

Hi -

Can you provide syntax of how to get the Last compilation date of the job?
by srinivas.g
Wed Feb 05, 2014 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with FTP Multiple Files in DataStage
Replies: 6
Views: 3688

We can acheive through sequencer Looping activity
by srinivas.g
Thu Jan 30, 2014 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 2
Views: 2135

Try below

stringtodate(<<columnname>>,"%mmmm %dd,%yyyy")
by srinivas.g
Thu Jan 16, 2014 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance of Sequential File Stage
Replies: 7
Views: 7396

Also How many columns are in your job is also matter here.
by srinivas.g
Thu Jan 16, 2014 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance of Sequential File Stage
Replies: 7
Views: 7396

Why you are running on One node. If possible run with 8 node and see.
by srinivas.g
Mon Jan 06, 2014 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can i do update in SCD stage if record is delete from source
Replies: 1
Views: 2175

No. You Cannot implement using SCD stage. But you write update statement call the same in before command in source/Primary link.
by srinivas.g
Mon Nov 25, 2013 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Integer to Char conversion questions
Replies: 12
Views: 8215

Yes. Due to Length issue. By the way what is your character set in Target oracle??
by srinivas.g
Mon Nov 25, 2013 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Deadlock Issue
Replies: 9
Views: 10117

Ok. Put record count is 0 and try
by srinivas.g
Mon Nov 25, 2013 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector Deadlock Issue
Replies: 9
Views: 10117

Did you check any other process is trying to update the same table?
by srinivas.g
Fri Nov 15, 2013 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Issue
Replies: 7
Views: 4240

Use lookup condition like ((main.key1=ref.key1) or (main.key2=ref.key2) or (main.key3=ref.key3))....
by srinivas.g
Mon Jun 17, 2013 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server MEREG Statement Before SQL Error
Replies: 3
Views: 2448

Put merge statement in before job subroitine under job properties.
by srinivas.g
Tue May 28, 2013 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to calculate running totals (cumulative) based on a col?
Replies: 25
Views: 12296

You can use LastRowInGroup(%inputcol%) transformer fucntion. Input column is code.
by srinivas.g
Fri Dec 14, 2012 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repetition Elements in XML
Replies: 5
Views: 3072

You can do it with single XML input stage and use 30 output links(each link is having one XML chunk) and In metadata descritpion tab provide the correct path.
by srinivas.g
Thu Nov 29, 2012 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message
Replies: 5
Views: 4368

why dont you use below function in database level

replace('906 N. 23RD ᅵ STREET','ᅵ')