Repeating XML and MQ Stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sasha
Participant
Posts: 4
Joined: Sun Jan 22, 2006 4:50 pm

Repeating XML and MQ Stage

Post by Sasha »

Hi,

- Can XML Stages handle repeating XML?

- Under which platform (UNIX, Win, Linux) we can deploy MQ series stages (7.5.1 EE)? I've been told that only Linux version has required plug-ins. Is that true?

Thanks
battaliou
Participant
Posts: 155
Joined: Mon Feb 24, 2003 7:28 am
Location: London
Contact:

Post by battaliou »

XML can handle repeating groups, but only one i.e.

You can Have:
<parent>
<child>
<child>

But not:
<parent>
<son>
<son>
<daughter>
<daughter>

I've happily been using MQ on a NT based install of DS. I'm pretty sure this plugin is available for all platforms.
3NF: Every non-key attribute must provide a fact about the key, the whole key, and nothing but the key. So help me Codd.
Post Reply