Search found 39 matches

by vasa_dxx
Thu Jan 29, 2009 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Requirement to filter first run to generate following days
Replies: 5
Views: 2397

Reject the records on code=1, write to a file/table. Use this file/table for lookup for the second run.
Further Runs depend on your requirement.
So what is the case for for third,fourth,.... runs.
by vasa_dxx
Thu Jan 29, 2009 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get full outer join using join stage
Replies: 10
Views: 8249

Thanks Ray. could you please give an example or two where the above assumptions may not hold good/valid. Or did I miscommunicate regarding backstage processes.
Please correct me.
by vasa_dxx
Thu Jan 29, 2009 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get full outer join using join stage
Replies: 10
Views: 8249

I commend on Joining the tables in the sourcing query, which is faster & efficient. If a join stage is used, it will burden Perfomance as there will be more backstage processes running. To design the job more simpler(visually) & improve performance all the possible logics(Business Rules) are...
by vasa_dxx
Fri Jan 23, 2009 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To run datastage job through UNIX
Replies: 3
Views: 2749

It has been discussed umpteen times.
Please do search.

Log into Unix Server

Code: Select all

cat $DSHOME 
cd $DSHOME
dsjob -run <<jobname>>  <<projectname>> 
by vasa_dxx
Sun Jan 18, 2009 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Shared Container
Replies: 3
Views: 1869

Container is used as Seq ---->>Shared_container---->>>Seq.file.

But in Link mapping, no Links are visible.
by vasa_dxx
Fri Jan 16, 2009 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Shared Container
Replies: 3
Views: 1869

Usage of Shared Container

I have created a parallel Shared Container having OE---->Copy====>>1.Seq file 2.Dataset. And would like to use as Seq--->>Container--->>seq. In the Container properties page, Map to Link drop down menu is not displaying any Links in container. As we can see from design, it has 3 links. Any idea for ...
by vasa_dxx
Wed Jan 14, 2009 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: user defined query error
Replies: 21
Views: 11331

Another way to handle complex queries would be to create views in source DB & fire SELECT * FROM VIEW, so query would fetch the required fields.
by vasa_dxx
Mon Jan 12, 2009 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort Sequence after Some time
Replies: 10
Views: 4090

Just Curious. Does this frequent Abort & Kill affect the Job performance in the Long Run?

And whether the Job should start from previous abort point( Check Point Run) OR Start afresh
by vasa_dxx
Mon Jan 12, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not able to connect datastage with oracle 10g
Replies: 3
Views: 2542

Did you try searching for the same error messages in the Forum..

Some leads for you:

viewtopic.php?t=118664

viewtopic.php?t=122642
by vasa_dxx
Mon Jan 12, 2009 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not able to connect datastage with oracle 10g
Replies: 3
Views: 2542

Thanks for you posted the Error mesage in the first post !!!!!
Everybody here is to help you.

Are you trying to connect to Datastage from Oracle or while running the job your were thrown this error.
by vasa_dxx
Mon Jan 12, 2009 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of data from a Seq file
Replies: 7
Views: 3168

Could you throw light on the Metadata for the columns.
Try with declaring the Nullable field as varchar2.
by vasa_dxx
Wed Jan 07, 2009 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Aggregator
Replies: 6
Views: 3825

Aggregator stage is not feasible for Characters but only for Numbers.
by vasa_dxx
Tue Jan 06, 2009 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage - sap
Replies: 2
Views: 1830

Please eloborate on Job design.
by vasa_dxx
Mon Jan 05, 2009 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between srver jobs and parllel jobs
Replies: 6
Views: 2990

Addendum to d.r.murthy's post:--- Also there is difference in the processes in backstage. Px has a PX engine runnning a OSH script, whereas Server jobs run by BASIC programs. Summing it up, One can ask for what is the commonality between PX & Server Jobs.And the answer is 1.both are from the IBM...
by vasa_dxx
Fri Jan 02, 2009 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of data from a file
Replies: 9
Views: 5838

Try to read the Records from Data Viewer. If your able to view through Data Viewer, then the schema and other Credentials are supplied correctly. If there is any error, that would be displayed in the error message.