Search found 52 matches

by Gopinath
Mon Apr 05, 2010 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scanning the Dataset
Replies: 1
Views: 1713

Scanning the Dataset

Hi, I have 100+ Jobs in my project. If i want to debug for a particular record then iam scanning each and individual job to see where the record got dropped exactly. If iam the developer of those 100 Jobs then i can identify the exact job with some assumption since i know the business requirement. B...
by Gopinath
Mon Apr 05, 2010 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop Implementation
Replies: 12
Views: 4794

Re: Loop Implementation

Hi All, My requirement is as below...... First get a record from Table A and then get the record from Table B and do the runn_bal - rem_amt. If runn_bal - rem_amt <> 0 then update the runn_bal with runn_bal - rem_amt an Table A , and get the second record from Table B and and do the math again...an...
by Gopinath
Mon Jan 04, 2010 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage Issue
Replies: 2
Views: 1079

Data Stage Issue

Hi, I am facing one issue in Datastage. I need to create a Seq file containing different date values like start date, end date of a month and couple of more dates. I have different kind of jobs, generating from Query and writing to a Seq file, getting a row generator as input and writing into a Seq ...
by Gopinath
Mon Mar 02, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIKE Operation
Replies: 5
Views: 1578

Hi Ray, I have to handle this LIKE operation between two different datasets. i.e) from the extract Query i will handle some logical functions in Data stage and load into a dataset. Then from two different streams(Dataset1 & Dataset2) i need to handle this LIKE operation. Can u pls guide me. Than...
by Gopinath
Sat Feb 28, 2009 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIKE Operation
Replies: 5
Views: 1578

LIKE Operation

Hi, In one of my existing Jobs, we are using a SQL query to fetch records from different tables. One of the Join condition used is LIKE option between two columns from two different tables. Now i have to extract the records simply using the table and need to handle the logic & join function in D...
by Gopinath
Sat Feb 21, 2009 10:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit/Explicit Sort
Replies: 4
Views: 2419

Thanks Ray. But lets say, if i have 2-3 join stages and much more stages which requires sorted records then i have to use explicit sort stages and also if i have multiple jobs which have schedhuled at the same time, which has more explicit sort stages then how this resource disk will handle that. Wi...
by Gopinath
Thu Feb 19, 2009 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit/Explicit Sort
Replies: 4
Views: 2419

Implicit/Explicit Sort

Hi, I am sorting the input record for Join/CDC stages. But if i give implicit sort iam getting an warning "does not not fulfill sort requirement", but if i use Explicit sort, iam not getting any warnings. Which way is advisable, implicit or Explicit. What is the advantage/disadvantage amon...
by Gopinath
Mon Feb 16, 2009 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join/Lookup Stage output
Replies: 9
Views: 5421

Hi Ray, Nullability is working now, the change made is, the data type for the columns coming from the right link is changed to YES. But why we need to define it in the input link to the join stage itself. All my records in both the input links are Non nullability records and giving to the Left Outer...
by Gopinath
Sat Feb 14, 2009 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join/Lookup Stage output
Replies: 9
Views: 5421

Thank You ray, but we dont have hex editor installed in our machine. Will try for that asap, but now all i have to do is, i need to fix this issue in data stage for which i need support from people over here.
Thanks.
by Gopinath
Fri Feb 13, 2009 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashing Issue
Replies: 6
Views: 2168

Hi, You have to clear the previous partitioning before giving it to a new partition. In the second join which is on key2, you should clear the previous partiton which is out of key1. Also the next consecutive joins is also based on key2 alone, if so then use same partition else clear in 3rd join and...
by Gopinath
Fri Feb 13, 2009 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join/Lookup Stage output
Replies: 9
Views: 5421

Space and ASCII are two different characters having different ASCII values to each. For the unmatched records the value usually datastage will give as "NULL".. I totally agreed to ur point, but why the non hit output record is giving some junk values instead of NULL. How to handle this si...
by Gopinath
Fri Feb 13, 2009 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join/Lookup Stage output
Replies: 9
Views: 5421

Join/Lookup Stage output

Hi, Iam using Join/Lookup stage in one of my Jobs. Two Input datasets performs Left Outer Join, when there is no hit then the columns from right dataset should give a empty space or NULL(Data type is Char/varchar). What is the difference between "Space" and NULL. I have used Null function ...
by Gopinath
Wed Feb 04, 2009 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input and output row count
Replies: 5
Views: 1578

Can you give us more details? Which stages you are using and how you are making 2 records of one record ? There is no rule as such there should be same number of input and same number if output..otherwise row generater might not have worked at all :wink: Actualy Im using 3 stages in the job: input ...