Tagged Questions

Now a member of the WebSphere product family, where it is one of several integration tools, http://www.ibm.com/software/integration/wdatastagetx/ the tool has previously been known as Ascential DataStage TX and Mercator Integration Broker.

learn more… | top users | synonyms

2
votes
0answers
87 views

Get the union of 2 series having different root items in Websphere TX

Here is a sample of my problem. I have the following typetree : Root |-Text(item) |-Texts(group, delimited, literal separator=<NEXT>, components=Text[1:s]) I have 3 cards : serie1 ...
1
vote
1answer
54 views

cobol to xml schema - WTX Tool

We are doing xml to copybook and vice versa conversions in a middleware system, using IBM Websphere transformation extender. From this link Cobol to xsd mapping , we realised that PIC X(03), in ...
0
votes
2answers
36 views

mapping from xml to cobol field

I need to pass LOW-VALUES(am not very sure what kind would that be), as default for a copybook field, to the backend team. I use a wtx transform which converts xml to cobol 15 :abc PIC X(15). ...
0
votes
1answer
182 views

How does WTX (websphere transformation extender) know whether the character is ASCII or UNICODE?

ASCII is 8-bit value. Unicode may be 8 or 16 or 32 bit value. If I define subclass as character how does WTX know whether it is 8 or 16 bit character?
-1
votes
1answer
62 views

schema to copybook mapping - number

I have a mapping from xml schema(number) to copybook, copybook field is a number PIC S9(03). If my input xml element is 67, it is getting transformed to 06G. If the input is 65, getting transformed to ...