How to List Imported ENF Plans
search cancel

How to List Imported ENF Plans

book

Article ID: 19284

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS Datacom/AD

Issue/Introduction

Occasionally, CA 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.


Environment

  • z/OS
  • Common Services 14.1, 15.0
  • Datacom/AD 14.0, 15.0, 15.1

Resolution

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