Search found 37 matches

by DSShishya
Fri Jul 23, 2010 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting sub records!!!
Replies: 5
Views: 3528

Re: splitting sub records!!!

Looks very simple.

Use the String function "Index" on the "first" and "last" columns of the input in order to get the desired output in col2,col3...

Refer the developer's guide for syntax on the "Index" function.
by DSShishya
Fri Jul 23, 2010 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting sub records!!!
Replies: 5
Views: 3528

Re: splitting sub records!!!

Its kind of difficult to understand your requirement. Can you please elaborate more or put the records and result in a orderly manner?.
by DSShishya
Tue Jul 20, 2010 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tips
Replies: 13
Views: 5468

Well, For those who are astonished or surprised as to why Bharghav inspite of being "New" to DataStage is being assigned such a responsible task. You will probably get a much clearer picture as to the exact situation he is in if you try and understand the system most companies have incorpo...
by DSShishya
Mon Jul 19, 2010 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Equivalent to Transformer
Replies: 6
Views: 1559

Re: Stage Equivalent to Transformer

What am I trying to achive?

Very simple, to get an answer to the question.

And yes it is.
by DSShishya
Mon Jul 19, 2010 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage equivalent to Transformer
Replies: 4
Views: 1590

Thanks Kunal.
by DSShishya
Mon Jul 19, 2010 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Equivalent to Transformer
Replies: 6
Views: 1559

Stage Equivalent to Transformer

Hello Everyone,

Just a simple question (May sound like an interview question though).

Is there any other stage in DS that is equivalent to the Transformer Stage (Where in we can do the same kind of transformations like that of Transformer)?
by DSShishya
Mon Jul 19, 2010 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage equivalent to Transformer
Replies: 4
Views: 1590

Stage equivalent to Transformer

Hello Everyone,

Just a simple question (May sound like an interview question though).

Is there any other stage in DS that is equivalent to the Transformer Stage (Where in we can do the same kind of transformations like that of Transformer)?
by DSShishya
Fri Jun 18, 2010 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow running job
Replies: 6
Views: 3064

You need to give more details on this job, what are the different stages used? Is it reading from a sequential file or a database? What stage is the data being written into? Are there any hashed files used in this job? By what you have mentioned its very clear that the job runs slow mainly because o...
by DSShishya
Mon May 17, 2010 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job picking default parameter values and not from script.
Replies: 7
Views: 2527

Ray,

I did verify in the job log and the parameters are same as the ones passed from the script when the job is succesful, however when the job fails I notice that the parameters picked by the job are of default hardcoded value.
by DSShishya
Mon May 17, 2010 2:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: significance of DSWaitStartup, DSWaitResetStartup variables
Replies: 3
Views: 5370

Ray, So when should these variables be present in the dsenv file? Recently we had an "Status code = -14" Timeout error and IBM Support advised us to add DSWaitStartup, DSWaitResetStartup as user defined variables (besides running few patches) at the project level, after adding them I check...
by DSShishya
Fri May 14, 2010 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job picking default parameter values and not from script.
Replies: 7
Views: 2527

Kim,

Its a batch job, and I beleive all this is due to Timeout factor.

Please do share your views if you think otherwise.
by DSShishya
Tue May 11, 2010 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job picking default parameter values and not from script.
Replies: 7
Views: 2527

Kim

I noticed that the defaults were used by simple observation, I know for sure that when the job fails the default parameter values are used, what baffles me is that how does it pick two different sets of parameter values.
by DSShishya
Tue May 11, 2010 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job picking default parameter values and not from script.
Replies: 7
Views: 2527

Job picking default parameter values and not from script.

Dear All, There is a job in a sequence which we run using a shell script and also pass the parameters to it using the script. But, here is the situation, I have been having issues with the sequence aborting and hence did some investigation, upon which it was found that the job whenever it fails is a...