Search found 7 matches

by gmt_etldev
Tue Mar 18, 2008 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with converting EBCDIC to ASCII
Replies: 10
Views: 11170

one question:
if i don't enable NLS, can I do what as PhilHibbs post?
by gmt_etldev
Thu Feb 28, 2008 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: zero output as 0.00
Replies: 5
Views: 2569

Thank you very much - that code worked! My target is a sequential file.
I really appreciate your help!
Thanks,
Barbara
by gmt_etldev
Thu Feb 28, 2008 1:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: zero output as 0.00
Replies: 5
Views: 2569

zero output as 0.00

Hello, I am having a problem with the display of zero as 0, yet I want it to display as 0.00. I have tried the results of other postings, with no success. I have switched datatypes, suppressed zeroes, converted to a double or float, if-then-else, etc. - but it is still not working. In the transforme...
by gmt_etldev
Wed Feb 27, 2008 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimal output
Replies: 3
Views: 1654

Hello, I am having the same problem. I have tried to "switch the datatype and suppress the zeroes", but it is still not working. In the transformer: Input: Decimal 38,2 Stage Variable: Decimal 38,2 Output: Varchar 40 with a DecimalToString(COLUMN_NAME_HERE,"suppress_zero") conver...
by gmt_etldev
Sun Feb 03, 2008 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to transform EBCDIC packed decimal into ASCII?
Replies: 3
Views: 3718

How to transform EBCDIC packed decimal into ASCII?

I tried both Sequencial and Complex Flat File stage to transform EBCDIC file into ASCII file. It works well for transforming char. But it will always get import error when transforming packed decimal. For example, the packed decimal 27 0f in the EBCDIC file is supposed to be transformed into decimal...
by gmt_etldev
Mon Dec 17, 2007 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to implement a loop function
Replies: 14
Views: 5083

could you please give more details?
by gmt_etldev
Mon Dec 17, 2007 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to implement a loop function
Replies: 14
Views: 5083

one question:
what if there is no records come from the last stage, how to generate the 0,0,0,0,0 line