Search found 92 matches

by harshada
Sun Aug 07, 2011 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to sum the number on the csv file
Replies: 14
Views: 9356

As can be seen from the file, the first column gives the number of values to be added. Call a routine. A for loop which counts for the number of times of this first column value should work. If we want to do this in a Transformer, as Craig suggested if we know the maximum value in the first column, ...
by harshada
Fri Jul 29, 2011 12:19 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Cross Domain Discrepency Report
Replies: 2
Views: 2268

Cross Domain Discrepency Report

Is it possible to increase the maximum number of base or paired records more than 100 to be shown in the reports anyway? If we give a number above 100, it does not accept it. As per the cross domain analysis between two tables, there are some 269 data values which are present in the base column and ...
by harshada
Thu Jul 28, 2011 12:04 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Base table columns not appearing in Key and Cross Domain Ana
Replies: 0
Views: 1326

Base table columns not appearing in Key and Cross Domain Ana

I am trying to do a key and cross domain analysis between two tables. In the available pair section, for the base table, not all its columns are appearing under the Compatible column list. Does this mean that there is no corresponding compatible column in the paired table(but in fact there is a corr...
by harshada
Thu Jul 28, 2011 11:22 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to Apply the rule before cross domain Analysis
Replies: 6
Views: 4626

Thanks Vmcburney. Got your point. Over to Divine now :-)
by harshada
Thu Jul 28, 2011 7:33 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to Apply the rule before cross domain Analysis
Replies: 6
Views: 4626

Not to barge in this thread, but as my query is exactly similar want to know this. Is is possible in Information Analyzer to apply rule to data, for eg : If value = 'C' convert it to 'CAD' and then run the 5 analysis? Or the rules are only used to view specific kind of data as we want to have it.
by harshada
Wed Apr 06, 2011 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get 'change value' column values of both before and after ds
Replies: 3
Views: 1525

Hi Ray,

Which stage would suit here then... I used change capture as I wanted to compare one file with respect to other on a key and change value column.

Is there a better option?
by harshada
Wed Apr 06, 2011 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get 'change value' column values of both before and after ds
Replies: 3
Views: 1525

Get 'change value' column values of both before and after ds

Hi, When we use a change capture stage on a before and after dataset, we get the 'keys' and 'change value' of only the AFTER DATASET in the output. Is there a way to get the change value of the before dataset as well. for eg before dataset col1, col2, key a b 1 a c 2 after dataset col1,col2,key d b ...
by harshada
Tue Apr 05, 2011 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repeating Headers
Replies: 5
Views: 2102

Hi James, I tried to use the external target stage for the first time. It says 'It allows you to write data to one or more source programs', but my requirement is to insert repeating headers, so not sure how it is fulfilling that. Also I could not find how to insert multiple headers in a flat file. ...
by harshada
Tue Apr 05, 2011 11:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repeating Headers
Replies: 5
Views: 2102

Repeating Headers

Hi, I know that DS is not a reporting tool, but we donot need to do any fancy formatting, just insert repeating headers after certain records in a file. One way I can think of is call a after sub-routine and call a unix shell script to insert the required details after every say 50 records. Is there...
by harshada
Fri Dec 18, 2009 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

I have checked the key value and it is unique. So I tried this :- Go to oracle stage properties then Stage -> Advanced and click on the selection button of node map constraint then select a node to run that stage on one node as suggested by priyadarshi and it worked.Job completed successfully :). Th...
by harshada
Thu Dec 17, 2009 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

Hi Priyadarshi

Thanks for your suggestions.
In the advanced tab I can't see any option to define node. All I can see is buffering options. I am using DS 7.5.1 enterprise edition.
by harshada
Thu Dec 17, 2009 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

I am not a premier member :( ...So can't read all of your comment..But I tried running it with single node by changing the .apt file..and it worked... I want to understand how only that job will be configured to run on single node..cause when I change the .apt file it is appliclable for the whole pr...
by harshada
Wed Dec 16, 2009 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

yes..the table is waiting for locks to be released..but these locks are created due to paralle processing..So the four parallel processing are in a dead lock state I believe..hence no rows are getting updated even if the job is running for days...the table contains more than 50m records...Now I want...
by harshada
Tue Dec 15, 2009 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

I have already posted how the update statement looks like...I can't post the exact update statement...
by harshada
Tue Dec 15, 2009 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update query hanging while running in parallel
Replies: 21
Views: 6462

Sorry..there are no duplicate in the key values...