ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Z/OS Performance when creating SAP XML

Post new topic  Reply to topic
 Z/OS Performance when creating SAP XML « View previous topic :: View next topic » 
Author Message
Jakob_CPH
PostPosted: Wed Apr 27, 2005 1:58 am    Post subject: Z/OS Performance when creating SAP XML Reply with quote

Apprentice

Joined: 28 Jan 2005
Posts: 26

Hi,

We have experienced it is expensive to create XML for a WBI SAP adaptor (original made by crossworld). We have A WBI message broker vers 5 csd 4 installed on Z/OS.
The XML that should be created for the adaptor has a big volume. When we create messages with SAPXML from scratch (that is from hard corded ESQL values with loops) the cpu spend is listed in the table below

100 kb use 0.625 3084Q CPU seconds
250 kb use 1.4 3084Q CPU seconds
500 kb use 2,7 3084Q CPU seconds

We estimate the average size will be 250 kb. This means we will not be able to transform from a legacy XML format to SAP XML using less than 1.4 3084Q CPU seconds per message. That sound as a big cpu spending to us.

Have any of you experience of how expensive it is to make XML message of size of approx 250 kb?

Thanks

Jakob Hansen


The code we will use is something like this where we use references instead of SET:

DECLARE TAGnr integer Environment.TAGBCount + 1;

SET OutputRoot.MRM.Data_record.sap_zgeo01_cwdata.sap_zgeo01_z2geostate000.sap_zgeo01_z2geostate000[TAGnr].verb = 'Create';

DECLARE state REFERENCE TO
OutputRoot.MRM.Data_record.sap_zgeo01_cwdata.sap_zgeo01_z2geostate000.sap_zgeo01_z2geostate000[TAGnr] ;

CREATE LASTCHILD OF state NAME 'GEO_TAG' VALUE 'TAGB';
CREATE LASTCHILD OF state NAME 'TXN_TYPE' VALUE TXN_TYPE;
CREATE LASTCHILD OF state NAME 'GEO_STATE_ID' VALUE GEO_STATE_ID;
CREATE LASTCHILD OF state NAME 'GEO_STATE_CODE' VALUE GEO_STATE_CODE;
CREATE LASTCHILD OF state NAME 'GEO_COUNTRY_ID' VALUE GEO_COUNTRY_ID;
CREATE LASTCHILD OF state NAME 'STATUS' VALUE STATUS;
CREATE LASTCHILD OF state NAME 'GEO_LOC_TYPE' VALUE GEO_LOC_TYPE;[list=][/list][list=][/list]
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Apr 27, 2005 3:26 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You may get better performance using SET instead of create.

You probably will get better performance using row and list operators where possible.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Z/OS Performance when creating SAP XML
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.