Search found 74 matches

by Shruthi
Mon Dec 27, 2010 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set Not Updating properly
Replies: 9
Views: 5068

Parameter Set Not Updating properly

Hi, These are steps I am following 1. Create a parameter set prm_x 2. Create a job and add parameter set prm_x 3. Update parameter set prm_x. Eg: Add new parameter 4. Click on view parameters in job. Parameter set is not updated in job 5. Remove the parameter set in job and add it again. Parameter s...
by Shruthi
Mon Dec 27, 2010 10:11 pm
Forum: Site/Forum
Topic: 30K for Craig
Replies: 7
Views: 7590

Congrats Craig!
by Shruthi
Fri Dec 24, 2010 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate to an integer
Replies: 3
Views: 2398

I wanted to avoid conversions as they are giving lot of confusions. adding 10000 is a great idea. will go ahead and use this. Thanks
by Shruthi
Fri Dec 24, 2010 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When to use Copy Stage
Replies: 4
Views: 4432

Thanks. We will go ahead and use copy stage as the source and target are passive stages.
by Shruthi
Thu Dec 23, 2010 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate to an integer
Replies: 3
Views: 2398

Concatenate to an integer

We have a requirement when we have to concatenate a value to integer.

Input is 1999
Output should be 11999

How to concatenate this?
by Shruthi
Thu Dec 23, 2010 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When to use Copy Stage
Replies: 4
Views: 4432

When to use Copy Stage

Hi, I have only two stages in a job, source as sequential file and target as SQL Server. I need to know if we have to use copy stage in between. I remember that we were using copy stages in between any two sources (even for seq file to dataset or seq file to seq file) where there was direct mapping....
by Shruthi
Sat Dec 18, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimited file or fixed-width or CSV file
Replies: 7
Views: 5042

Thanks Ray! That was of great help.
by Shruthi
Fri Dec 17, 2010 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimited file or fixed-width or CSV file
Replies: 7
Views: 5042

This file is needed by other teams for processing in other softwares. Hence dataset option is removed. The next step is load into data warehouse. Before loading, we have many stages as per business need. I am quite new to Datastage. I read about the properties "Number of readers per node" ...
by Shruthi
Fri Dec 17, 2010 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delimited file or fixed-width or CSV file
Replies: 7
Views: 5042

Delimited file or fixed-width or CSV file

Hi,

We have DB2 as source and want to put this in some temporary file and in the next step, read from the file. We will processing more 5 million records. Which is the better approach? To store it in CSV file or Flat file or delimited file?

Thank in advance,
by Shruthi
Sun Dec 12, 2010 11:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Get Maximum 3 values in Datastage
Replies: 2
Views: 2236

Thanks... This really helps
by Shruthi
Sun Dec 12, 2010 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Get Maximum 3 values in Datastage
Replies: 2
Views: 2236

To Get Maximum 3 values in Datastage

Hi,

I have a table like this
E.No Salary
1 1000
2 2000
3 5000
4 4000
5 1200

I want top three employee numbers who have maximum salary. How can this be acheived?

Thanks,
Anitha
by Shruthi
Thu Dec 09, 2010 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on PX lookup
Replies: 3
Views: 2394

Re: Question on PX lookup

Its not required to trim varchar columns. In case, if column C has CHAR datatype, then trimming is required
by Shruthi
Thu Dec 02, 2010 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Count using Stage Variable
Replies: 9
Views: 9579

Re: Row Count using Stage Variable

You can get the link count in after job routine using DSGetLinkInfo function

DSGetLinkInfo(jobname, stagename, inlinkname , DSJ.LINKROWCOUNT)
by Shruthi
Fri Jul 10, 2009 2:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Reading sequential file
Replies: 2
Views: 883

Thanks Sainath for your reply
Source is from COBOL structures. As said, it gives -1 for 111b. How should I proceed. We dont have access to premium content
by Shruthi
Fri Jul 10, 2009 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Reading sequential file
Replies: 2
Views: 883

Error in Reading sequential file

Hi, I'm reading decimal data using sequential file stage in fixed width format. No signed bit is assigned. So, Packed= no (zoned) is selected. For decimal(4), if data is 111a, then data is not rejected. Instead, its read as -1. If data is 11a1 or 1a11, its getting rejected correctly. When the last d...