Profiling using PROFCONF
Starting with Batch Version JPZ-1.1 and Jopaz for Adabas Version 1.2.1, Jopaz comes with a configuration for execution in profiling mode. The only thing you need to do is change the configuration member in the Jopaz execution job JPZEXEC to the profiler configuration PROFCONF.
1. Open the JCL job.
2. When setting up the job variables, make sure you use PROFCONF instead of EXECCONF.
Your parameter section in the job should look like this:
//*-------------------------------------------------------------------
//* Section to set parameters for job
//*-------------------------------------------------------------------
// SET CLASS='HELLO'
// SET JVM64=JVMPRC86
// SET CONFIG=SAG.vrs.JOBS(PROFCONF)
// SET OPTLIB=SAG.vrs.JOBS
// SET JPZLIC=SAG.vrs.LIC
3. Run the job. You can find the profiler report in the trace directory of the Jopaz installation.