Would like to be able to determine which jobs are using APCDDS in our environment. Is there a procedure available?
APCDDS any level
You can scan all the production JCL for the following DD statement:
//PRTSTEP EXEC PGM=CATKJCL,PARM=
If you remove the statement then you will not call APCDDS when the job is executed. This will not affect any other tasks or functions.