For our requirement - we want to use either ONE of the 2 different CICS modules that perform M/F Top level Security check. say CALL0001 and CALL0002 are the 2 modules called from Driver module(Say DRIV0000) that is designed to do Security Validation. CALL0002 has been developed to improve the performance upto 30 %.However, since all application use the driver module big time - with an avg. transactional count of 10,000,000 per week, replacing new module with the OLD one needs a control switch to have a better control. The switches are controlled thru CICS online screen that uses CICS VSAM file.
Question - Instead of simply replacing the new module CALL0002, having a switch with each transaction doing a VSAM look up ? Does VSAM file look up within driver program DRIV0000 to selectively call CALL0001 or CALL0002 severly impact performance ?