Search found 11 matches

by siva9880
Wed Aug 07, 2013 1:14 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: splitting multiple transaction from input x12 edi file.
Replies: 0
Views: 14274

splitting multiple transaction from input x12 edi file.

Hi All, I have one issue with the source EDI file translation. Issue is input file are huge size so we want to reduce the transactions for eg: input contains 3000 transactions and we want a map to generate multiple file with 50 transactions each. We will get 60 input files from single file. Snippet ...
by siva9880
Sun Jul 01, 2012 6:57 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to code for trimming variable length of text
Replies: 3
Views: 18401

Got the solution by my own.

solution for this case is
=TRIMRIGHT(input, WORD(input, RIGHT( LEAVENUM(input),1), -1))

Thanks,
siva9880
by siva9880
Fri Jun 22, 2012 3:25 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to code for trimming variable length of text
Replies: 3
Views: 18401

Please help me in WTX8.3
by siva9880
Wed Jun 13, 2012 8:00 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to use dsmapconv cmd to upgrade 6.7 to 8.3 xml maps.
Replies: 2
Views: 16923

Yes, problem is at Type trees are different since classic mode generated from xsd in 6.7 but in 8.3 we are using xerces mode.

Thanks,
siva
by siva9880
Mon Jun 11, 2012 3:27 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Convert unicode xml to ansi xml
Replies: 0
Views: 14316

Convert unicode xml to ansi xml

Hi All,

Can you please let me know how to handle a xml file in unicode set to translate into xml of ansi set. Please answer in WTX8.3.

Thanks,
siva
by siva9880
Thu Dec 29, 2011 1:46 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: How to use dsmapconv cmd to upgrade 6.7 to 8.3 xml maps.
Replies: 2
Views: 16923

How to use dsmapconv cmd to upgrade 6.7 to 8.3 xml maps.

Hi,

I am able to convert the maps successfully but errors was throwned in 8.3 recompiled version (with dsmapconv cmd)

Can you please let me know the easiest way to upgrade 6.7 xml maps to 8.3 without manually remapping the each fields from the unresolved rules.

Thanks in advance,

From
siva
by siva9880
Tue May 06, 2008 3:02 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: output is not populating
Replies: 4
Views: 5655

janhess wrote:0 is probably a pad character as defined in your type tree. You will need to change this.

I have no permissions to change the type tree since it will effect other clients.

please let me know without changing the type tree.

Thanks.
by siva9880
Mon May 05, 2008 10:06 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: output is not populating
Replies: 4
Views: 5655

output is not populating

Hi, My input is edifact and output is xml. field is number in both the source and destination of decimal format, when i am passing the input value as 0 (zero) i need to get output 0 (zero) but i am not getting in the output. only if i pass 0.0 as input i am getting the output as 0 (zero). but i am h...
by siva9880
Thu Apr 10, 2008 1:03 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: What are new features in wtx 8.1 than in mercator 6.7
Replies: 3
Views: 5155

What are new features in wtx 8.1 than in mercator 6.7

Can any one list the advantages in wtx 8.1 than in mercator 6.7.?

Since we are migrating from 6.7 to 8.1 will there be any cirtical issues to be consider while migrating.

Please list it out from your experience.

Thanks,
Siva
by siva9880
Thu Apr 03, 2008 3:00 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: points to consider in migrating from 6.7 to 8.1
Replies: 0
Views: 2936

points to consider in migrating from 6.7 to 8.1

Hi,

Please let me know the points to consider while migrating from 6.7 to 8.1 for all cases like trees, maps and system file even with the .mdq also.

Please mention some common error and serious errors which can be expected while migrating.

Thanks,
Siva.
by siva9880
Thu Apr 03, 2008 2:49 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Please reply: Upgrade from DataStage 7.5 to WTX 8.1
Replies: 4
Views: 7038

Upgrade from Mercator 6.7 to WTX 8.1

Hi, We are planning to upgrade our maps/system from Mercator 6.7 to WTX 8.1. If someone has done upgrade from Mercator 6.5/7.5 to WTX 8.1 then Please let me know what precautions we need to take or anything that you would think is important to take care while upgrade to WTX 8.1. Also Please let me ...