Search found 5168 matches

by kumar_s
Thu Aug 19, 2010 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 12
Views: 8008

Little tweak would do Sort the data based on the key column. Pass to Transformer. Default the stage variables to emptly string svNew = '' svOld = '' svSerialNp = 0 1. svNew: Col1[0,Index(Col1,'#',2)] 2. svSerialNo: If svNew = svOld Then svSerialNo Else KeyMgtGetNextValueConcurrent 3. svOld = svNew
by kumar_s
Tue Aug 17, 2010 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clear & PH& logs & RT_LOG
Replies: 9
Views: 6197

Yeah... creates an issue when the &PH& gets full.
And RT_LOG, you can purge it with Admin level settings. Either Time based or run based.
Maintenance is all what, we talking about.
by kumar_s
Tue Aug 17, 2010 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "like" in Stage Variables
Replies: 9
Views: 4630

anbu wrote:Or Matches
Matches at Version 7?!
Anyway the topic is resolved :)
by kumar_s
Tue Aug 17, 2010 11:10 am
Forum: General
Topic: Converting Stored Procedure to DataStage Jobs
Replies: 9
Views: 5341

ETL server could be at higher end for few transformation and Metric calculations. And hence you might achieve the performance boost.
The trick is, you ll have to find the list of statements that has to be executed in ETL box and the ones that has be executed in DB box for better performance.
by kumar_s
Tue Aug 17, 2010 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: message handler
Replies: 4
Views: 3232

This is nice!!

Have you tried the option of 'Search' ?

That will be nice.
by kumar_s
Tue Aug 17, 2010 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executable
Replies: 1
Views: 1245

It is as synonymous to any other programing language. You have the Desing. Compile it using compiler. It generates the Executable. Executable can be executed to get the process flow. How to use this executable is of your choice. You can either execute it or keep it safe. :wink: To execute it you hav...
by kumar_s
Tue Aug 17, 2010 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null but no null export handling is defined
Replies: 3
Views: 3043

From the input, Remove the unwanted columns that are not required in the outut. Other than key if you are trying to extract same set of columns from both reference and Input stream, try to rename either one of the steam. Try to disable the Runtime column probagation. It might sometime try to get the...
by kumar_s
Tue Aug 17, 2010 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage client speed
Replies: 7
Views: 2752

Not sure how the space issue in Server side will affect the Client performance to a great extent. The connectivity between Server and Cleint is through network. Its obvious that if the data center is at very high distance for each data packet to reach easily, you ll get the lag during work. Did you ...
by kumar_s
Tue Aug 17, 2010 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise stage...
Replies: 8
Views: 3726

Try without Arguments. I read in one of the post that ODBC are not good in handling Procedures with Arguments.
Isnt Stored procedure stage working out for you?
by kumar_s
Tue Aug 17, 2010 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data capture in sql
Replies: 5
Views: 3252

Topic resolved? Do you like to mark it resolved?
by kumar_s
Tue Aug 17, 2010 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookUp Stage Condition Specification Issue
Replies: 10
Views: 6285

Do a Inner join in the source with UPPER() and Trim function and then do a lookup in Datastage.
The first join in Database will ensure that, you get the Data from Source A only if it is present in Source B, and Vice versa. (You can change the join type if required.)
by kumar_s
Tue Aug 17, 2010 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise stage...
Replies: 8
Views: 3726

Does it have any OUT or Return?
Try with out Aruguments.
by kumar_s
Tue Aug 17, 2010 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Procedure without loosing parellelism
Replies: 3
Views: 2082

I was searching for something and replied to this post on reflex without noticing that the post is an year old. :lol:
by kumar_s
Tue Aug 17, 2010 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Procedure without loosing parellelism
Replies: 3
Views: 2082

Why not Truncating the table on Before job subroutine with a sqlplus call?
by kumar_s
Fri Aug 13, 2010 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clarification on APT_TSORT_STRESS_BLOCKSIZE
Replies: 4
Views: 4068

Pls try to aquire the membership, as it will be helpfull for you as well as for the forum.