xmlservice
xmlservice copied to clipboard
Link common modules in to shared service program instead of static linking
Currently XMLMAIN.PGM, XMLSERVICE.PGM, XMLCGI.PGM, and XMLSTOREDP.SRVPGM link in all the common modules. This is obvious duplication and could be reduced by building a new service program containing all these modules and binding to the service program from each of these objects.