Search found 124 matches

by Roopanwita
Mon Apr 07, 2008 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to set up alert mechanisms based on the DS logs
Replies: 8
Views: 3717

capturing part of Log masg

How can I capture the status of job from job Log(basically a part of log msg like 'no of recorded inserted in table') and send it as subject of mail notification in DS sequence stage,using routine (BASIC/C code)
by Roopanwita
Fri Mar 14, 2008 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Pack Limitations
Replies: 4
Views: 2458

Java Pack.

Can anybody please tell me how this javapack work? Does it come with DS PX?
I am new to it.Can anybody give me brief idea (function & how to use) of it.
Also can suggest me so site for it.
Thanks
by Roopanwita
Tue Jan 22, 2008 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file processing with missing elements
Replies: 5
Views: 1882

Thanks for reply.But I could not see your complete answer.
Thanks once again.
by Roopanwita
Mon Jan 21, 2008 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file processing with missing elements
Replies: 5
Views: 1882

Can anyone please explain me what is meant by Data element...
Thanks in advance.
by Roopanwita
Fri Jan 18, 2008 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add a new user in DS
Replies: 3
Views: 1323

How to add a new user in DS

How to add a new user in an already existing system in DataStage.
by Roopanwita
Fri Jan 18, 2008 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparision of Sort Stage and Order by clause
Replies: 3
Views: 1234

Performance

So having an index will improve performance. So SQL order by clause should give better performance than DS sort Stage. But in real scenario, in one of my job DS sort stage is performing better than Order by clause.So I just want to know how DS sort stage work internally(i.e. internanal processes inv...
by Roopanwita
Fri Jan 18, 2008 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparision of Sort Stage and Order by clause
Replies: 3
Views: 1234

Comparision of Sort Stage and Order by clause

Hi,
Can any one tell me why Order by clause gives better performance than Sort Stage of DataSatge. Basically how Sort Stage of DS works.
by Roopanwita
Mon Jan 07, 2008 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine
Replies: 7
Views: 2251

Can we call it in normal Transformer?

Can we call it in normal Transformer?As in my pallate I am not able to see Basic Transformer(Parallel Extender 7.5.1) and in my source data one date column is coming as '1-Jan-2000',(Source is sequential File) and I need to convert it into dd/mm/yyyy format .I wrote a server routine for converson,bu...
by Roopanwita
Mon Jan 07, 2008 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine
Replies: 7
Views: 2251

Can we call it in normal Transformer?

Can we call it in normal Transformer?As in my pallate I am not able to see Basic Transformer(Parallel Extender 7.5.1) and in my source data one date column is coming as '1-Jan-2000',(Source is sequential File) and I need to convert it into dd/mm/yyyy format .I wrote a server routine for converson,bu...
by Roopanwita
Thu Jan 03, 2008 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage analysis of a table
Replies: 2
Views: 861

Usage analysis of a table

Is there any way to see Usage Analysis of a table in datastage,if metadata of that particular table hasn't been imported(present ) in DS manager,but the particular table is used in DS jobs.
Thanks in advance
by Roopanwita
Fri Oct 26, 2007 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: anti pivot
Replies: 3
Views: 2999

anti pivot

Hi,
In datastage we use Pivot stage to normalize data.Is there any stage or any way in datastage to do reverse,i.e to denormalize the normalize data.
Thanks
by Roopanwita
Tue Oct 09, 2007 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate record error
Replies: 1
Views: 887

Duplicate record error

Hi, I have a job which loads data from sequential file to target table(no intermediate stage in between and also no processing). My job gets aborted because of bad data(Character was coming in Interger field).In table I have set Transaction Size as 1 and bad data is suppose 50th record.My question i...
by Roopanwita
Tue Oct 09, 2007 2:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduing of dataStage sequences.
Replies: 1
Views: 974

Scheduing of dataStage sequences.

In our project we run sequences to load records everydy.we have scheduled sequences in Unix.I want to know is there any difference,if I schedule job using datasatage director or schedule using Unix.
Thanks
by Roopanwita
Tue Aug 28, 2007 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Got certified in Datastage
Replies: 40
Views: 18578

DataStage certification

I am planning for DS certification,Can anybody guide me.
Thanks
by Roopanwita
Tue Apr 24, 2007 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while running job
Replies: 3
Views: 783

i have checked the lenngth and datatype and not using any st

1.In my job i have checked the lenngth and datatype of all input and output columns,both are in proper synchronization (for mismatch of datatype between source and target I have changed datatype using function).
2.I am not using any stagevariable in my job still it is giving problem.