How do I update the procedure TNGTRAP without recycling the product?
Use UNLOAD PROC=<procname> from command entry (CMD).
In this case it would be UNLOAD PROC=TNGTRAP
This will remove the PROC from memory and the next 'request', for the procedure, will load the new version.