Search found 22 matches

by ajmore
Tue Oct 03, 2006 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Reading Char Field from Sequential File
Replies: 4
Views: 3130

Is the "First Line is Column Names" property set to True? This does need to be explicitly set - it does not import with the other format information, because it is a stage property whereas the other ... Thanks for the quick response ray.. I have set the "First Line Column Names"...
by ajmore
Tue Oct 03, 2006 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Reading Char Field from Sequential File
Replies: 4
Views: 3130

Error Reading Char Field from Sequential File

Hi All :) I have to read a sequential file(records r comma seperated), apply transformation and insert data into dataset.I am specifying Metadata for col1 as char(6) and col2 as varchar(30).Input Data is as follows(First Line is Col. name) statecode,statefullnametext ACT,Australian Capital Territory...
by ajmore
Thu Sep 14, 2006 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype Conversion Warning.....from StringToDate
Replies: 4
Views: 1850

Can you post the exact derivation from the Transformer stage you have used? It should be StringToDate(InputLink.Column, "%yyyy%mm%dd") Thanks for quick response..."Kris007" I used the following derivation StringToDate(DDate [1,4] : "-" : DDate [5,2] :"-" : DD...
by ajmore
Wed Sep 13, 2006 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype Conversion Warning.....from StringToDate
Replies: 4
Views: 1850

Datatype Conversion Warning.....from StringToDate

Hi :) , I am getting Following warning while converting data in string format to date Transformer :Conversion error calling conversion routine date_from_string data may be lost The String Length is 8(e.g. 20341221),and I used the StingToDate function and got the output 2034-12-21 but with warnings.....
by ajmore
Fri Sep 08, 2006 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to decimal
Replies: 5
Views: 2909

Re: string to decimal

Hi , what would be the expected output if i try to read a string say "1024" using datatype decimal[4,2] in a sequential file ? also what will be the output if the string is 10. Please reply , I dont have an environment to check these things. :) Thanks Hi Abhi... The Expected output is 102...
by ajmore
Fri Sep 08, 2006 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why to import table definitions by Orchestrate Schema def.
Replies: 5
Views: 2153

Thanks all of u for the Information....
Can u also specify where can i get additional information about these minute details :)
by ajmore
Thu Sep 07, 2006 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why to import table definitions by Orchestrate Schema def.
Replies: 5
Views: 2153

why to import table definitions by Orchestrate Schema def.

Can anyOne Explain ..why it is so that you should import table definitions by Orchestrate Schema Definition in Parallel Framework and
not using definitions imported via ODBC :roll: