Search found 36 matches

by koolsun85
Thu Jul 15, 2010 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Characters in XML
Replies: 2
Views: 1173

It worked .... Thanks a ton...
by koolsun85
Wed Jul 14, 2010 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Characters in XML
Replies: 2
Views: 1173

Invalid Characters in XML

I am getting the following characters in generated XML. At the end of tag /> At the beginning of tag < I am assuming these are > and < but can we replace them as they are supposed to be? Also, I have this coming for every field. <?xml version="1.0" Thanks to best practices document, I am a...
by koolsun85
Tue Jul 13, 2010 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Repetitive Elements
Replies: 6
Views: 3719

Expected OutPut: <defns:MATERIAL xmlns:defns=" <defns:MATERIAL_NO>000000000001234567</defns:MATERIAL_NO> <defns:FIELD1>false</defns:FIELD1> <defns:FIELD2/> <defns:FIELD3>0</defns:FIELD3> <defns:FIELD4/> <defns:ALT_UOM> <defns:ALT_UOM_CD>CS</defns:ALT_UOM_CD> <defns:FIELD1>6</defns:FIELD1> <defn...
by koolsun85
Tue Jul 13, 2010 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Repetitive Elements
Replies: 6
Views: 3719

XML Repetitive Elements

I have been going through the XML posts here, but not able to find an appropriate solution. Here is my issue. I have a Material(Parent) and its corresponding Plants, Sales Orgs, likewise 3 more children for every material. The business requirement is that an MQ Message should contain a Material and ...
by koolsun85
Fri Jun 18, 2010 6:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double to Varchar in Modify Stage
Replies: 2
Views: 1352

Thanks a lot. it worked with Function -As Integer...
by koolsun85
Thu Jun 17, 2010 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double to Varchar in Modify Stage
Replies: 2
Views: 1352

Double to Varchar in Modify Stage

Hi,

Please help in converting a source field of datatype Double Not Nullable to target field of decimal Not Nullable using a modify stage.

Thank you.