Search found 243 matches

by gssr
Tue Mar 30, 2010 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character conversion warning
Replies: 11
Views: 5546

Set $APT_DISABLE_COMBINATION to 'True'and try to run the job.
by gssr
Mon Mar 29, 2010 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Right Function
Replies: 11
Views: 5550

Use StringToDecimal Function with taregt column length of 9.
If you need the Target datatype to be Char, you can change it back
by gssr
Fri Mar 26, 2010 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A transfer adapter is renaming the non-existent field
Replies: 3
Views: 4451

Problem Solved : Connection Issues
by gssr
Fri Mar 26, 2010 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A transfer adapter is renaming the non-existent field
Replies: 3
Views: 4451

A transfer adapter is renaming the non-existent field

My Job type is : ORACLE --> Transformer --> Netteza I am just dumping the data from one table to another In Source Oracle , i have read method as TABLE In Target netezza, i have write mode as Truncate, While running the job , it throughs more error saying, Error when checking operator: When binding ...
by gssr
Fri Mar 26, 2010 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the rid of Warning messages
Replies: 4
Views: 1963

Re: How to get the rid of Warning messages

Hi In my job I am extracting data from oracle tables and inserting it into sql server tables. I am getting following warning messages .. any idea how to resolved it ? Oracle_Enterprise_5,0: Column POUNDS floating point decimal is not fully supported; adjusting the scale. [orautils.C:2383] Thanx in ...
by gssr
Tue Mar 23, 2010 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DecimalToString Eliminating Right Zeros
Replies: 5
Views: 22032

What is your Job Flow?
Is your source file is any database or sequential file?
What datatype you are going to load that column (Decimal or String)?
by gssr
Tue Mar 23, 2010 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter
Replies: 6
Views: 2743

Re: Parameter

Hi, My job uses query in a parameter. Eg: select * from personnel is #query# Now I want to put a condition. select * from personnel where id in ('1','2') I want to put ('1','2') in a parameter #condition# so I want select * from personnel where id in #condition# to be in #query#. But when I put a p...
by gssr
Fri Mar 12, 2010 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregating Data
Replies: 3
Views: 2167

Re: Aggregating Data

I am using an aggregate stage and am using the count no of rows to calculate the no of rows by grouping on all the 4 input columns. Is this the right way to do? As you are using all the four columns, you can get the output count of the Whole DUPLICATE ROWS, If you want the count of duplicate value ...
by gssr
Wed Mar 03, 2010 12:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with folder stage
Replies: 8
Views: 3596

Re: problem with folder stage

i am using folder stage to read files from load directory . My files are fixed width length file .I am dfining column1 as file name and column 2nd as record( which suppose to contain records of file) . but in my job its taking only first rows of file.Please help me what i need to define so that it ...
by gssr
Wed Mar 03, 2010 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge Stage using Two Sequential Files
Replies: 9
Views: 4831

I have published Job flow and send you link below. Let me know if you unable to access it. http://picasaweb.google.com/sarathit/Datastage#5444279384738266178 Use Copy stage , Instead of writing the CSV file directly and get anither link from copy stage to Join. Now you can edit the Metadata in the ...
by gssr
Tue Feb 23, 2010 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding 0 byte Sequential File creation
Replies: 4
Views: 2148

Re: Avoiding 0 byte Sequential File creation

Hi, I have one parallel job in which is common for two processes. Depending upon process name there are two flows inside it say A and B. Now if process name is A it generates XML file and if process name is B then it generates seq file. Can you provide the Job Design and stages deployed. So that ev...
by gssr
Tue Feb 23, 2010 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding 0 byte Sequential File creation
Replies: 4
Views: 2148

Re: Avoiding 0 byte Sequential File creation

Hi, I have one parallel job in which is common for two processes. Depending upon process name there are two flows inside it say A and B. Now if process name is A it generates XML file and if process name is B then it generates seq file. Can you provide the Job Design and stages deployed. So that ev...
by gssr
Tue Feb 23, 2010 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unit Testing
Replies: 3
Views: 7882

Re: Unit Testing

How can we done the Unit Testing on datastage Jobs.[/b] This is a question for your Lead! and it depends on your project and Client General Steps : 1.Collect the Job list 2.Get the Expectants (i.e Creation of Dataset, Updation of table ..etc) 3.Compare your actual result 4.Provide the status (Pass/...
by gssr
Tue Feb 16, 2010 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom Aborting with @ABORT.CODE = 3
Replies: 2
Views: 7508

Please give details about your job and the stages used, so that every one can understand the situation

You can try this

viewtopic.php?t=127835&highlight=Phanto ... CODE+%3D+3

It was discussed earlier, search before you post!! :idea:
by gssr
Tue Feb 16, 2010 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting a string to Date
Replies: 7
Views: 32220

Try this,

Code: Select all

StringToDate(Column_name,"%dd-%mmm-%yy")