TPX Session Management for z/OS

 View Only

CA Advantage VISION Results load module only subroutines

  • 1.  CA Advantage VISION Results load module only subroutines

    Posted May 02, 2017 09:55 AM

    I do not see a community for CA Advantage VISION.  Where do I submit ideas for improvements to this product?  

     

    We want our development procedures to eliminate unnecessary risks for bad outcomes.  Accordingly, we do not allow assembled/compiled programs to be generated in production.  Instead program elements are generated prior to production and moved to production after they are tested.  CA Advantage VISION Results, formerly known as DYLAKOR, is a source code language compiler.  This compiler does not pass the information that the binder needs to statically link-edit the object modules for the named subroutines into the main routine load module.  Instead, all subroutines are called dynamically as load modules.  So if a subroutine is updated it could be implemented to production without generating the main routine which is equivalent to the risky generation of revised main routines in production without prior testing.