Search found 97 matches

by sendmkpk
Thu Mar 03, 2011 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know the XPath derivation in DS to read an xml
Replies: 4
Views: 1775

hi,

imported the TD from file and did it.
by sendmkpk
Wed Mar 02, 2011 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know the XPath derivation in DS to read an xml
Replies: 4
Views: 1775

also tried

/defns:TranslationResponse/defns:Document/defns:GenericSAPDocument/defns:sap:Material/defns:sap:LineItem/text()
by sendmkpk
Wed Mar 02, 2011 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know the XPath derivation in DS to read an xml
Replies: 4
Views: 1775

using
/sap:TranslationResponse/sap:Document/sap:GenericSAPDocument/sap:Material/sap:CharacteristicValue/@name
/sap:TranslationResponse/sap:Document/sap:GenericSAPDocument/sap:Material/sap:CharacteristicValue/@value

but no output is thrown.
by sendmkpk
Wed Mar 02, 2011 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know the XPath derivation in DS to read an xml
Replies: 4
Views: 1775

Need to know the XPath derivation in DS to read an xml

hi, I want to know the XPath derivation for the below XML, tried to figure it out for a while, but ...... want to read the name="MK_T_9117_MOD" and value="MMA" part Here is the xml i have <TranslationResponse xmlns="http://w3.ibm.com/xmlns/ibmww/crm/blueharmony/configurator&...
by sendmkpk
Thu Mar 25, 2010 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why Modify stage is used when Transformer can do
Replies: 7
Views: 3536

u can search this forum definitely, for more info.
by sendmkpk
Thu Mar 25, 2010 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Zeros with Decimal dataType
Replies: 10
Views: 5852

u can use trim if the destination is char/varchar.
plz correct me if i am wrong
by sendmkpk
Thu Mar 25, 2010 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle special characters
Replies: 1
Views: 1895

hi,

welcome to dsx

these are just viewed as ?? in datastage, but they will retain their original shape as they travel.
by sendmkpk
Thu Mar 25, 2010 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE 01517
Replies: 6
Views: 5682

hi, i am facing the same problem. but it is chinese, here. In DB2 it is VARCHAR(255) and in my stage NLS setting is Job default (UTF-8). I have also tried changing the NLS setting to IBM-1386_P100_2002, UTF-16, result is same. i tried doubling tripling length, can some one, give his/her valuable ins...
by sendmkpk
Fri Mar 19, 2010 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing a part of unicode chinese string, with a string
Replies: 4
Views: 1609

The convert function works on a single character, not a string and won't work for you in this case. You might use this: svKeyPosition INDEX(Xfm_DuplicateCAAPS_IN.Chinese_text,'xxxxxxxxxx') NewString[svKeyPosition,10]=Xfm_DuplicateCAAPS_IN.PORDNUMB great, i am still did not understand what to do wit...
by sendmkpk
Fri Mar 19, 2010 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacing a part of unicode chinese string, with a string
Replies: 4
Views: 1609

replacing a part of unicode chinese string, with a string

hi, the string is "注意:这张订单取代了我们之前的订单#xxxxxxxxx。 请在发票中注明新的" we have to replace xxxxxxxxx with the coressponding key column. like this 注意:这张订单取代了我们之前的订单#BKL2345001。 请在发票中注明新的| , this key colunm value will change for each row. currently i am using Convert('xxxxxxxxxx', Xfm_DuplicateCAAPS_IN.P...
by sendmkpk
Tue May 26, 2009 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call DB2 SQL Stored Procedure
Replies: 2
Views: 2054

Thank you will test this.
by sendmkpk
Tue Aug 05, 2008 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we implement a simple filter condition in buildop
Replies: 5
Views: 1489

i am only aware of "if then else " condition, but through that, i guess we cannot drop records.

pl throw some more light on the details. we just have column_name='xxxx' condition.

thanx for replies.
by sendmkpk
Tue Aug 05, 2008 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we implement a simple filter condition in buildop
Replies: 5
Views: 1489

thanxs for reply.

we were just running a perfomance test of builp vs transformer.

so exactly how can we implement a filter condition in buildop.
by sendmkpk
Tue Aug 05, 2008 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we implement a simple filter condition in buildop
Replies: 5
Views: 1489

Can we implement a simple filter condition in buildop

hi,
i have one fundamental question on buildop.

Can we implement a simple filter condition in buildop.

thnx in advance
by sendmkpk
Thu May 01, 2008 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet Size
Replies: 6
Views: 2209

DataSet Size

Hi All, We are doing some kind off capacity planning for our project. We have a fixed file of size 2436999939 bytes. My job is removing the header and trailer record from the job and creating a dataset with only few necessary columns with two additional columns one varchar(5) with a constant value a...