Search found 8 matches

by Alokby
Wed Jan 28, 2009 10:22 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: 8250

Join Stage in EE will perform full outer join to many tables. Also, one may do the left outer join using SQL. If one has more than two tables to join, I would recommend to use Join Stage in EE over using the database.
by Alokby
Fri Jan 16, 2009 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data set descriptor location
Replies: 4
Views: 6701

I do create a folder for datasets and create sub folders one for the descripter and one for the data
e.g.
dataset
-data
-desc
by Alokby
Thu Jan 15, 2009 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job jog in a text file
Replies: 8
Views: 4141

You can capture job log using dsjob -report in your unix script. Also check DataStagemanual for dsjob -logsum, dsjob -jobinfo, dsjob -logdetail, and others which may meet your needs.
by Alokby
Sat Jan 10, 2009 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HOW TO FIND OUT MAX SALARY USING TRASFORMER STAGE
Replies: 4
Views: 2846

Use Stage variable.
compare prev to curr
set max
Save previouse value
by Alokby
Fri Aug 01, 2008 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Description
Replies: 3
Views: 1521

Re: Column Description

Build your sql in two steps: First step is to build your sql ( Using Read Method) using SQL Builder generated SQL; this step will provide you with columns so you do not have to type them manually. Second step is to change the Read Method to User-defined SQL, then keep the columns part and modify the...
by Alokby
Sat Dec 29, 2007 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: write data with different number of columns to a single file
Replies: 2
Views: 1500

Utilize UNIX cat command, cat file1 file2 file3 > outputfile, in the after routine in the job properties.
by Alokby
Wed Dec 19, 2007 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Parameters from one server job to another in runtime
Replies: 3
Views: 1728

There are many ways to do this and it depends on your design: The method I used to implement this is in unix: 1) Use dsjob in a script to run the first job and write the parms to a parms file. 2) In a UNIX script, source the parms from the parm file, use dsjob to run the second and pass the parms vi...
by Alokby
Tue Dec 11, 2007 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_ipcflush() - Error in mutex_unlock() - Not owner
Replies: 7
Views: 4232

Increase the timeout for the job and the Stage.