Search found 18 matches

by sweety123
Tue Dec 28, 2010 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference betwn look up stage and join satge in PX
Replies: 9
Views: 7697

Difference between lookup and join

Don't believe everything you read about "performance", which is ill-defined in an ETL context. There are three stages that effect horizontal combination of data, each subtly different - Lookup, Joi ... I have often heard lookup should be used for low volume of data. Is there any limit to ...
by sweety123
Thu Sep 16, 2010 2:44 am
Forum: General
Topic: length of decimal data type
Replies: 2
Views: 1637

length of decimal data type

Hi,

I know this is a very basic question about DataStage. What I want to know is when we define a field as Decimal(m,n) in DataStage, how many characters (digits and decimal sign) would the field hold?

If I have to read this field as varchar or char what should be the size of it?
by sweety123
Fri Aug 27, 2010 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I copy hash files from UNIX command line?
Replies: 8
Views: 5808

Thanks Ray, I can use the hashed file now.

What if I have to copy the hashed file to a different server. Is there any command like 'scp' (works for other files) for this purpose?
by sweety123
Fri Aug 27, 2010 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I copy hash files from UNIX command line?
Replies: 8
Views: 5808

Hi Sainath,

Thanks for your response. But since I am not a premium user, I am unable to view your complete answer. Is there any way that you can share the complete answer with me again?
by sweety123
Fri Aug 27, 2010 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I copy hash files from UNIX command line?
Replies: 8
Views: 5808

Hi, I want to copy a hashed file from one directory to another for different projects. I am able to copy the hashed file, but when I use the copied file in my job, I get the error: Hashed_File_0.DSLink3: DSD.UVOpen Unable to open file HF_test. Can anybody tell me how to overcome this issue? Thanks i...
by sweety123
Wed Aug 25, 2010 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incomplete column value??
Replies: 6
Views: 6948

Thanks a lot Ray and everybody. This is a big help :)
by sweety123
Wed Aug 25, 2010 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incomplete column value??
Replies: 6
Views: 6948

Ray, Thanks for your response. I understood the different options for 'incomplete column' from DataStage help. However, I still have a query... In my job, the DC_ID is 10th out of 15 columns in the input file. Incomplete column value is set to Error for it. While mapping to an intermediate file, I m...
by sweety123
Wed Aug 25, 2010 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incomplete column value??
Replies: 6
Views: 6948

Incomplete column value??

Hi all, I have a server job having a sequential file as source. This file has a field DC_ID with 'Incomplete column' value set to 'Error'. This field is being mapped to another sequential file in same format. But on compilation I get the follwoing error: The Incomplete column value of Column DC_ID m...
by sweety123
Mon Aug 16, 2010 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link collector
Replies: 11
Views: 6513

Hi,

Does all the links to a link collector stage necessarily should have the same schema??

Or is it that the schema's can be different but only the matching columns can be passed to the output link?
by sweety123
Fri Jul 30, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject link in parallel transformer
Replies: 1
Views: 2394

Reject link in parallel transformer

Hi, I have to add a reject link to transformer in parallel job and I want that whatever records are rejected on the output link (for any reason) should be passed to the reject link. I am able to add the reject link but still the rejected records are not getting loaded to reject file. The log simply ...
by sweety123
Mon May 10, 2010 1:04 am
Forum: General
Topic: Warnings while converting String to Date
Replies: 1
Views: 5246

Warnings while converting String to Date

Hi all, I have a job design: Sequential File --> transformer --> Oracle stage I have a string field in format 'yyyymmdd'. I am to convert this string to Oracle date. The conversion is happening successfully using the function: StringToDate(Column_Name,'%yyyy%mm%dd') However, when I am using the code...
by sweety123
Mon Mar 08, 2010 11:41 pm
Forum: General
Topic: How to check lookup is successful or not in parallel job?
Replies: 2
Views: 1741

How to check lookup is successful or not in parallel job?

Hi,

I have a job requirement in which table data needs to be updated based on the output of lookup stage. I have to check whether the lookup is successful or not before updating the data. How can I check this?
Any pointers will be highly appreciated...

Thanks
by sweety123
Fri Jan 29, 2010 1:34 am
Forum: General
Topic: Rejecting records in Lookup stage
Replies: 3
Views: 1742

I did just that.....but the lookup stage is not showing the reject file......
by sweety123
Fri Jan 29, 2010 1:17 am
Forum: General
Topic: Rejecting records in Lookup stage
Replies: 3
Views: 1742

Rejecting records in Lookup stage

Hi all,

I need to reject records to a sequential file when the lookup fails. Can anyone guide me how to do this.....?
by sweety123
Fri Jan 29, 2010 1:04 am
Forum: General
Topic: Fixed width file in DS parallel job
Replies: 1
Views: 1369

Fixed width file in DS parallel job

How do we specify an input file as fixed width in DS parallel job?
Is setting Field Deleimiter=None enough or is there any other way?