Hi there,
actually we have activated the compile parameters TEST(NOHOOK,SEPARATE,EJPD),NOOPT in our test-environment for every program that is touched (COBOL compiler 4.2.0, z/os 2.2).
Before placing the program in production we are compiling the code without the parameters.
Obviously this is suboptimal. For one reason, we are putting code in production that is not tested and for the other reason, we are doing work that is not really necessary (recompiling).
So, the question is how big is the performance impact if move the program WITH the test parameters in production?
Is there any improvement if we use a more updated version of the compiler?