Occasionally, Common Services customers have requested a method to list imported Plans when using an ENF MUF. This list can assist with verifying the Plans that have been imported, or with troubleshooting Plan errors.
The Plans can be found by running a batch job executing the Datacom DDUTULITY as per this sample JCL
//job statement
//REPORT EXEC PGM=DDUTILTY,REGION=600K
//STEPLIB DD DISP=SHR,DSN=ADHLQ.CUSLIB
// DD DISP=SHR,DSN=ADHSLQ.CAXXLOAD
//SYSPRINT DD SYSOUT=*
//SYSPUNCH DD SYSOUT=*
//SNAPER DD SYSOUT=*
//SYSDUMP DD SYSOUT=*
//SYSIN DD *
-USR DATACOM-INSTALL,NEWUSER
-RPT INDEX,PLAN
-END
/*
Customize the JOB and STEPLIB statements to your site requirements
The STEPLIB statement consists of the following:
The CUSLIB associated with the MUF used by ENF
The Datacom/AD CAAXLOAD
NOTE: The Control Cards begin in column 1