Search found 7 matches

by mrajesh99
Tue Oct 06, 2009 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation Error for Integer Datatype
Replies: 5
Views: 2260

Almost an IsValid("octal", TheNumber) test? Weird. What precise version of DataStage? I will try to reproduce this on version 8.1 sometime soon. ... Hi Ray, I am using Datastage 8.1. I didnt understand why it had problem with just those values. it worked fine once i trim off the leading s...
by mrajesh99
Tue Oct 06, 2009 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation Error for Integer Datatype
Replies: 5
Views: 2260

I have found out the issue. it works once i trim leading Zeros and space.
by mrajesh99
Tue Oct 06, 2009 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validation Error for Integer Datatype
Replies: 5
Views: 2260

hi Ray, Thanks for the reply. There are no printing Characters. i am wondering if the leading Zero's or leading byte character is the issue. And a small Update on my piece of work. I ran the job with 300 Records " 000100" to " 000299" Interestingly it doesn't like the ones with 8...
by mrajesh99
Mon Aug 31, 2009 9:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of JulianDate YYDDD to mm/dd/yy date format
Replies: 4
Views: 3275

Re: Conversion of JulianDate YYDDD to mm/dd/yy date format

hi, i think you can change it to date by using date_from_string function and specify the Date format as yyddd. you have to convert decimal to string first which can be achieved by using DecimalToString(CollName,"suppress_zero"). It Looks Similar to this StringToDate(DecimalToString(Link_AU...
by mrajesh99
Mon Aug 31, 2009 9:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of JulianDate YYDDD to mm/dd/yy date format
Replies: 4
Views: 3275

Re: Conversion of JulianDate YYDDD to mm/dd/yy date format

hi,
i think you can change it to date by using date_from_string function and specify the Date format as yyddd. you have to convert decimal to string first which can be achieved by using DecimalToString(CollName,"suppress_zero").
by mrajesh99
Mon Aug 17, 2009 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field Decription in Schema file
Replies: 6
Views: 3085

Field Decription in Schema file

Hi Kiran, thanks for reply. i am developing a job to produce some test data for our project. i am using Collumn generator with runtime collumn propagation enabled and am getting the table definition from the Orchestrate schema file. i have developed the schema file and managed to generate some test ...
by mrajesh99
Mon Aug 17, 2009 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field Decription in Schema file
Replies: 6
Views: 3085

Field Decription in Schema file

hi,
i am developing a parallel job to use Runtime Collumn Propagation using Shema file. i am struck at specifying the Description for the Collumns in schema file. Could any one please help me out on this issue. Thanks in advance.