Search found 92 matches

by tanaya.deshpande@tieto.co
Wed Mar 23, 2011 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to reject rows from transformer
Replies: 8
Views: 8143

Not able to reject rows from transformer

I have defined a constraint in the Transformer len(ProductID) <> 0 (simple) I have a reject link pointing to reject file ..but the reject file is not made. the constraint page in my transformer does not have Reject Rows tab is this the reason why ..the reject file is not made though I can catch the ...
by tanaya.deshpande@tieto.co
Wed Mar 23, 2011 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB look up Error
Replies: 4
Views: 2905

Yes my problem is solved the query was wrong ...
by tanaya.deshpande@tieto.co
Wed Mar 23, 2011 2:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB look up Error
Replies: 4
Views: 2905

I am getting this error for any query type...
by tanaya.deshpande@tieto.co
Wed Mar 23, 2011 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB look up Error
Replies: 4
Views: 2905

DB2 UDB look up Error

HI I am using DB2UDB as a look up (Not the enterprise but the plain one) in that I am using Enter custom sql statement as a query option ..and Iam getting following error.. D_Product,0: Fatal Error: Fatal: [IBM][CLI Driver] CLI0100E Wrong number of parameters. SQLSTATE=07001 DSTAGE-DB2CLI-0027`:`SQL...
by tanaya.deshpande@tieto.co
Tue Mar 22, 2011 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to validate data
Replies: 7
Views: 2420

actualy this is the requirement ..I need to show that the data coming from source file is valid..
by tanaya.deshpande@tieto.co
Tue Mar 22, 2011 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to validate data
Replies: 7
Views: 2420

My source is a .csv file which I am reading from sequential stage
I guess I will need to validate them in transformer stage..
my target is a DB2 stage
by tanaya.deshpande@tieto.co
Tue Mar 22, 2011 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to validate data
Replies: 7
Views: 2420

how to validate data

Hi

My source columns are varchar ,decimal and Numeric
how can I validate them in transformer...
by tanaya.deshpande@tieto.co
Tue Mar 22, 2011 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to date
Replies: 4
Views: 2991

convert string to date

I want to convert a date like 22Feb11 which is varchar in source to date datatype in format YYYYMMDD ..I know I must use stringtodate ...

but what formating i shud use?? I have used

StringToDate(DSLink100.PalanedDeliveryDate,"%yyyy-%mm-%dd")

but its not working..
by tanaya.deshpande@tieto.co
Tue Mar 22, 2011 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to view data
Replies: 6
Views: 2056

Thanks abhilash and iHijazi :D I will mark this topic as resolved
by tanaya.deshpande@tieto.co
Tue Mar 22, 2011 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to view data
Replies: 6
Views: 2056

what should be the correct datatype set

ok the date column problem is solved by setting it to varchar .. but I have three decimal columns which have null values in the source ..I am able to view it when I set it as varchar ..but not as decimal.. can anyone tell how i can set default value in sequential file stage for those columns ..so th...
by tanaya.deshpande@tieto.co
Tue Mar 22, 2011 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to view data
Replies: 6
Views: 2056

Not able to view data

Hi

In my source .csv file the Date is in format ddmonyy ..I tried viewing the file through sequentialstage by giving it datatype Date,timestamp and NUmeric ..but I am not able to view it

what data type should i set so that i can view it ..can it be varchar ..
by tanaya.deshpande@tieto.co
Mon Mar 21, 2011 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling warning generated :all columns are nonnullable
Replies: 5
Views: 2121

I am using a simple sum function ..adding salary of employees..
by tanaya.deshpande@tieto.co
Sun Mar 20, 2011 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling warning generated :all columns are nonnullable
Replies: 5
Views: 2121

Null handling warning generated :all columns are nonnullable

Hi I have all the columns non -nullable throughout the job .and they are set as nullable No through out still I am getting this warning.. Converting a nullable source to a non-nullable result; a fatal runtime error could occur; use the modify operator to specify a value to which the null should be c...
by tanaya.deshpande@tieto.co
Fri Mar 18, 2011 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is divide by zero rule.
Replies: 18
Views: 9242

well yes it is a Datastage question ...
In the past I had implimented this ..but now I have forgotten