Search found 3 matches

by Dip_DS
Fri Nov 21, 2014 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TIME field format change In schema file
Replies: 6
Views: 4937

Re: TIME field format change In schema file

Job is using the schema file to load the data.
In the schema the field is defined as TIME in the below format.
XYZ_TIME:nullable Time {time_format='%hh%nn%ss'}
by Dip_DS
Fri Nov 21, 2014 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TIME field format change In schema file
Replies: 6
Views: 4937

TIME field format change In schema file

Source is sending the time in Decimal (Decimal 7,0) format. We are reading the data using the Schema file (Input = ASCII) and trying to load into Teradata table. We would like load the time field with proper time format. Field defination in Schema: XYZ_TIME:nullable Time {time_format='%hh%nn%ss'} In...
by Dip_DS
Fri Oct 31, 2014 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in reading decimal field after conv EBCDIC to ASCII
Replies: 4
Views: 5179

Hi Ray, tried 'read as EBCDIC' in the sequential stage without any luck... There is an existing production job which converts the file from EBCDIC to ASCII. Due to some constraint, Job is using column importer instead of CFF to read the EBCDIC file (input is a 'multiple redefine layout') and splitti...