Search found 13 matches

by manishsk
Wed Aug 01, 2007 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advantage of using Build-op over tranformer or any stage
Replies: 4
Views: 2711

You only missed a word and a half! And unimportant ones at that. On that basis I've removed the Premium flag. Thanks a lot ray! I think you are correct, the question came in my mind simply because i felt the build-op's might get treated as part of complete generated code than having separate object...
by manishsk
Tue Jul 31, 2007 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advantage of using Build-op over tranformer or any stage
Replies: 4
Views: 2711

These days what a Transformer stage is, to all intents and purposes, is a BuildOp generator. Look at the generated code to see what I mean - though it's rather better documented than a lot of user-wr ... Can't see your reply as I am not a pemium member. Anyways thanks for the reply. Anyone has anyt...
by manishsk
Tue Jul 31, 2007 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advantage of using Build-op over tranformer or any stage
Replies: 4
Views: 2711

Advantage of using Build-op over tranformer or any stage

Hi This is a bit open-ended question. In one of the jobs i am developing I used build-op instead of transformer for column level tranformation. Although I didn't have much data but in future it is more likely that i will get huge amount data for the particular job. I was just thinking, is there any ...
by manishsk
Mon Mar 27, 2006 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting a dataset
Replies: 15
Views: 16871

Deleting a dataset

Hi everybody, I have one requirement where we need to delete DataSet through UNIX. My Observation is: DataSet stage creates a .ds file which is like a pointer to Data file(s) (which are binary) stored at particular location. So if I remove the .ds file and the data file will that be enough. Also I g...
by manishsk
Mon Feb 27, 2006 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control General Question
Replies: 30
Views: 12862

If Mr Wurlod uses Job Sequences, it can't be bad :wink: quote] BTW, nothing like 'BAD' in DataStage, where IBM/Ascential might have purposefully introduced in their own produce. Its all about how effeciently we use the available option to acheive the task in an easiest way. Obviously, Pros and Cons...
by manishsk
Mon Feb 27, 2006 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control General Question
Replies: 30
Views: 12862

Actually, there is! It's called another Sequence job. :wink: Sorry, I didn't explain what I'm thinking about. Indeed Sequence Job could call another Job Sequence made up of a job activity and two routine activities but it can't transmit in parameter the name of the job to launch. If I'm wrong, I wo...
by manishsk
Mon Feb 27, 2006 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control General Question
Replies: 30
Views: 12862

I have worked on modules which involved around 150 - 200 jobs running one shot. At such place I can't go for sequencers. Wrong. There is actually no limit. To keep things easy to read/understand, build a hierarchy of control, using Job Activities to call other job sequences. I'm confident you can f...
by manishsk
Sun Feb 26, 2006 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control General Question
Replies: 30
Views: 12862

My client forces me to use Job Sequencers. Reason: We can use those sequencers as part of ETL Technical Specification Document. The visual view can help to understand the flow of the DS Jobs and same can be used as part of documentation. Still the question remains if there are lot of activities and ...
by manishsk
Fri Feb 17, 2006 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: corrupt row
Replies: 5
Views: 2311

You really need to show us your job design. In general it's a bad idea to have two or more writers to the same sequential file. That it works in any environment is just luck - when it goes bad it's probably a timing error. Is your test environment on a faster machine? Write the rows to separate fil...
by manishsk
Fri Feb 17, 2006 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Take export from UNIX
Replies: 3
Views: 1373

Take export from UNIX

Hi ALL, I got to take DS Export from UNIX. I found one utitlity called dsexport which I am able to use on windows. But I want to do the same on UNIX. Could anybody please let me know how can I do this, also where this utility can be found in UNIX? (as I was not able to find this utitlity on my UNIX ...
by manishsk
Thu Feb 16, 2006 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator Vs Transformer
Replies: 7
Views: 5869

Arnd, Sry, but may be you got it wrong. I was not insisting others to do the work. Just asked thoughts on the same, as I have also not used the stage extensively so was doubtful on that. I was not aware about ray's note as I think ray put his note at the same time I put. :wink: Apologies if I did so...
by manishsk
Thu Feb 16, 2006 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator Vs Transformer
Replies: 7
Views: 5869

Re: Column Generator Vs Transformer

I believe Transformaer will be a better option, as far as perfromance is concerned and simplicity of the code is concerned. As in transformer its very simple to just add one column. Also from maintenance perspective if you need to add some processing for said column, it will be better to use transfo...
by manishsk
Mon Mar 14, 2005 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retrieve multiple rows using lookup table
Replies: 10
Views: 5719

Re: How to retrieve multiple rows using lookup table

You can use oracle plugin as a lookup directly. Another way is I think you need to create a database link(from the master database) to the other database and use oracle plugin to access the table from master database. Datbase link is needed if the lookup table in in another database. Hope that helps...