Search found 85 matches

by vigneshra
Thu Feb 17, 2005 11:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with DB2 stage
Replies: 10
Views: 4795

Hi Aparna,

Did you add all the parameters in your job and set the values for the parameters correctly? Just check it! It may be a source for your problem and it is always least noticed.
by vigneshra
Tue Feb 15, 2005 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion-Varchar to Integer
Replies: 2
Views: 2048

Hi Suma, You can very well arithmetic functions as a type conversion will be done implicitly. The function Num(STRING) will return success if the string supplied can be converted to a number. This can be used for validating the string. I don't know if there is a function with name 'int' is there. :r...
by vigneshra
Mon Feb 14, 2005 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column generator
Replies: 3
Views: 2383

Hi Rimna, The purpose of the column generator is very much evident from it's name, generation of a new column. It has a wide range of use. One of it's key uses is the generation of dummy column. You can do a search in this forum to know more about the column generator stage. You cannot really pin-po...
by vigneshra
Tue Feb 08, 2005 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error in Parallel Job (in Transformer stage)
Replies: 14
Views: 8743

Hi

Just override the default value for the $APT_CONFIG_FILE parameter with any of the existing config file name and path. The problem will be solved.
by vigneshra
Mon Feb 07, 2005 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropped records
Replies: 6
Views: 4132

Hi Write a post-job DataStage basic subroutine that counts the number of records from the source link and the database write link. Then match the counts and if they do not match conclude that there is some error. I don't think reject capture will help you in this regard because the records are not a...
by vigneshra
Tue Dec 14, 2004 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we change value of job parameters in the job?If yes how?
Replies: 3
Views: 2572

Lot of discussions happened in this topic. Just do a search on changing parameter values during run time. You will get lot of information on this topic from this forum.

Regards,
Vignesh.
by vigneshra
Mon Dec 06, 2004 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJobReport Output
Replies: 10
Views: 3893

But Ray, doing with simple unix commands will simplify the job to a great extent. Using the stream editors like sed will simplify the preparation of the sequential file without having to go for a job. If you are calling DSJobReport from the After-Job subroutine, you can very well use DataStage Basic...
by vigneshra
Wed Dec 01, 2004 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start and End time of a job
Replies: 12
Views: 4952

You can do everything right from writing to a sequential file or loading directly into an audit table (in which case, you need licensed ODBC driver for the database). Writing into a sequential file is very simple and you can browse through the DataStage Basic manual to have a very better picture. Re...
by vigneshra
Wed Dec 01, 2004 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query regarding the sorting of data
Replies: 1
Views: 1047

Query regarding the sorting of data

Hi My job is like this. Source1 DB2->Sorter1->A A->Sorter3->Transformer->Target DB2 Source2 DB2->Sorter2->A I have sorted the records from both source DB2 plug-ins based on a key key1 before joining. Again after join operation, I am sorting the records based on the same key key1. My query here is do...
by vigneshra
Wed Dec 01, 2004 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start and End time of a job
Replies: 12
Views: 4952

You can make use of DSJobReport routine to capture the audit information about a job and it can be called from after-job subroutine.

Regards,
Vignesh.
by vigneshra
Mon Nov 29, 2004 5:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any limit on the number of rows in transformer
Replies: 6
Views: 2594

67 lookups in a single job ?? That sounds problematic...You break your job to simpler sub-jobs using filesets and datasets and that is what they are meant for.. Instead of one complex job, break it into a few simpler jobs and infact, this would yield better performance to you.

Vignesh.
by vigneshra
Mon Nov 29, 2004 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ~~~Warning in job~~~
Replies: 11
Views: 5912

~~~Warning in job~~~

Hi My job runs perfectly well with a smaller volumes in the order of 2 or 3 millions. But once when the volume shoots up, my job throws the following warning continuously but job runs to completion without aborting. APT_ParallelSortMergeOperator,2: Unbalanced input from partition 2: 10000 records bu...
by vigneshra
Sun Nov 28, 2004 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: usage of join,merge and lookup
Replies: 10
Views: 3972

Thanks for the info rajeev !!
by vigneshra
Fri Nov 26, 2004 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: usage of join,merge and lookup
Replies: 10
Views: 3972

As its name suggests, lookups are used for looking up some values based on key values. Generally dimension tables are looked up. Volume of data lookups can handle depends on your hardware configuration of the server. Generally tables or files that do not grow enormously over a period of time are loo...
by vigneshra
Thu Nov 25, 2004 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Expression as a Parameter Value
Replies: 8
Views: 1579

Thanks Bland !! I too got to know how to parameterise the derivations. Sorry Vivek, I gave you a wrong information.

Vignesh.