Single Code coverage invocation
The AKGCC
sample procedure provides
a method to start a Code coverage collector, have it analyze a single
program run, stop the collector and archive the results for later
usage.
AKGCC
is in AKG.#CUST.PROCLIB
, unless you specified a
different location when you customized and submitted the AKG.SAKGSAMP(AKGSETUP)
job.
Customize the sample procedure, AKG.#CUST.PROCLIB(AKGCC)
,
as described within the member, and copy it to SYS1.PROCLIB
.
If the
AKGCC
procedure cannot be copied into a
system procedure library, ask the Developer for z/OS® users
to add a JCLLIB card right after the JOB card to their calling job.//MYJOB JOB <job parameters>
//PROCS JCLLIB ORDER=(AKG.#CUST.PROCLIB)