xmlservice icon indicating copy to clipboard operation
xmlservice copied to clipboard

Link common modules in to shared service program instead of static linking

Open kadler opened this issue 6 years ago • 0 comments

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.

kadler avatar Jan 23 '19 22:01 kadler