Search found 1099 matches

by kris007
Tue Aug 17, 2010 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need some help
Replies: 5
Views: 2203

My educated guess is Knowledge Transfer.

From OP's post my understanding was the password was hardcoded within the ODBC stage and not at the job parameter level. So not sure if doing an echo #Password# would work in this case.
by kris007
Tue Aug 17, 2010 12:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to generate unique keys for the same customer?
Replies: 8
Views: 4186

natashab wrote:Then will not the same customer having 2 incoming records with the amount deposited and amount withdrawn details be looked up and considered as 2 new records?
No. The record will/should be treated as an update record. Again that depends on the data model you have.
by kris007
Tue Aug 17, 2010 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookUp Stage Condition Specification Issue
Replies: 10
Views: 6303

You can always place a Transformer stage between the reference table and the LookUp stage and handle the trim in the Transformer stage.
by kris007
Tue Aug 17, 2010 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage with NULL output
Replies: 4
Views: 2617

Were you able to verify the data in Input 3 and Input 4 to make sure the records with key values 1, a and 2, b are present? Have you hash partitioned the data before sorting?
by kris007
Mon Aug 16, 2010 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: history table join
Replies: 4
Views: 1697

I am not sure how you got the output records in your examples with the data you have provided? What are the conditions you are trying to meet?
by kris007
Mon Aug 16, 2010 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data capture in sql
Replies: 5
Views: 3261

Couple of Options:

1. You can use a LookUp Stage and use the data in the target table as a reference to find the updates and inserts.
2. You can use Change Capture Stage to compare your source data between two consecutive runs and identify the inserts and updates.
by kris007
Sat Aug 14, 2010 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass same value
Replies: 6
Views: 2596

I tried sleeping on this. To me it appears as if you need to swap your reference and source stages. And there should be some kind of a business requirement that allows you to pick up the required record.
by kris007
Sat Aug 14, 2010 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: empty file
Replies: 7
Views: 3702

You can still map the five fields to the Sequential File stage from the Transformer. In the transformer stage make sure you default all the column derivations to empty strings(''). Make sure you set the First line is Column Names property to True and at the end of the job you will have an empty file...
by kris007
Fri Aug 13, 2010 5:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass same value
Replies: 6
Views: 2596

Somehow, no matter how many times I read your post I am having trouble understanding your requirement. Can you be more clear on how your final output should look? How many records do you expect to see based upon the example you have provided?
by kris007
Fri Aug 13, 2010 12:52 pm
Forum: General
Topic: Sending Multiple Attachment from Notification Activity
Replies: 9
Views: 13569

Sending multiple attachments from a single Email Notification Activity is not supported.
by kris007
Thu Aug 12, 2010 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating new rows of records.
Replies: 12
Views: 6429

Even after all these posts, I am still at loss about what exactly you are looking for :? . A solution has been provided on how to increment the Year. You need to be more specific about your requirement if what had already been discussed is not helping you.
by kris007
Thu Aug 12, 2010 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to delete data using datastage job?
Replies: 5
Views: 4067

Have you tried User defined SQL?
by kris007
Thu Aug 12, 2010 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User limit problem
Replies: 2
Views: 1564

It happens when you have hanging/old client sessions in the background. You will need to kill those connections.
by kris007
Wed Aug 11, 2010 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating new rows of records.
Replies: 12
Views: 6429

How far into the future do you have to create these set of files apart from handling the leap year?