Here is the scenario:
• I have a SP (example FRED00) which is live and is used heavily by online web-traffic.
• I need to make a change to it and re-install whilst having zero impact to the web-traffic.
So in order to do this without impacts here are a couple of options I’m aware of:
• Option#1: Install the updated SP with a new name (eg FRED01) and then re-install my application (or config file) to call this new FRED01 SP
• Option#2: Within zOS DB2 there is a VERSION feature which allows the same SP name to be used (FRED00) but with a newer system-generated timestamp. When new requests come in they ‘transition’ to the newer version; thereby migrating all traffic over in a matter of seconds or minutes without an impacts. The old version just becomes deprecated over time.
Does anyone know if something similar to Option#2 exists within UDB?
Thanks in advance