Search found 5168 matches

by kumar_s
Thu Aug 12, 2010 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Duplicate scenario
Replies: 14
Views: 6002

Perhaps Iam missing something somewhere... May be the Lookup might be the confusion. It should be Join (With cross product) Full outer. If Input.Start > Lookup.Start And Input.End<Lookup.End Then 1 Else 0 Wouldn't the above code results to 1 for the first scenario that you had given and 0 for second...
by kumar_s
Thu Aug 12, 2010 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Duplicate scenario
Replies: 14
Views: 6002

Do a range look up of the same data and mark the looked up records as duplicate and reject it. In the given example, the second record of the first set will get a match on the first record. And hence duplicate. That sounds quite complicated. Do you mean, look up both the start and end date against ...
by kumar_s
Wed Aug 11, 2010 11:06 am
Forum: General
Topic: How to kill jobs and unlock files
Replies: 3
Views: 1549

Looking like, all the question are a "copy paste" from else where.
Subhani, did you try searching the forum on your topics?
It has been discussed zillion of times.
Start here.
by kumar_s
Wed Aug 11, 2010 11:02 am
Forum: General
Topic: dataset
Replies: 4
Views: 1674

SMS type language can be avoided too.
by kumar_s
Wed Aug 11, 2010 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 13
Views: 6465

As specified, 0 is not a valid value for given Pattern.
Default the 0 to a valid date value such as 510101.
by kumar_s
Wed Aug 11, 2010 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting Max(date) column with multiple rows
Replies: 19
Views: 16742

Do you need an Aggregator? Why not just Sort the Data based on Code and Date and use Remove Duplicate to retain First. (Or last, based on sorting order)
by kumar_s
Wed Aug 11, 2010 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing meta data
Replies: 4
Views: 2186

Use sequential file option to import the metadata, later use it in your DB stage. If thats what you are looking for.
Is the sequential file fill with actual data or Metadata?
by kumar_s
Wed Aug 11, 2010 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to use output column value as environment variable..
Replies: 5
Views: 2454

User status and Return code is also other options to pass value to the subsequent jobs.
by kumar_s
Wed Aug 11, 2010 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort job
Replies: 4
Views: 2227

Why do you have to abort? Why can to collect those records and notify?
by kumar_s
Wed Aug 11, 2010 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fail a job when file pattern not found
Replies: 6
Views: 3850

You can promote that particular warning to Fatal Error message using Message handler.
Or you can pre check the number or rows with the given file mask in unix and not to run the job at all.
by kumar_s
Wed Aug 11, 2010 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Duplicate scenario
Replies: 14
Views: 6002

Do a range look up of the same data and mark the looked up records as duplicate and reject it.
In the given example, the second record of the first set will get a match on the first record. And hence duplicate.
by kumar_s
Wed Aug 11, 2010 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multiple jobs in parallel
Replies: 13
Views: 6481

Looks like the job might run for 7Hrs if let run alone. Pls test that and post the result, so that to make sure, the bottle neck is not at the ETL server Overload. Now further analyse the job. Is the time going on more into Extract or Load or the incremental data capture. Most likely the third part....
by kumar_s
Wed Aug 11, 2010 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I know only table name, i want the job(s) name(s).
Replies: 11
Views: 5243

Usage analysis will be effective only if you store the metadate of the table and use it in the job. If you happen to give custome build or User defined query, it wont help too.
by kumar_s
Tue Aug 10, 2010 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing the warning. "will partition despite the prese
Replies: 5
Views: 4726

Providing SAME partition would never creates this warning. But when you dont want the same partition as the previous stage?
When you end up in re-partitioning?
by kumar_s
Tue Aug 10, 2010 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file search
Replies: 3
Views: 2597

If you have stored the metadata you can search and locate it from Repositry with the help of Usage Analysis itself.