Can CA Endevor Software Change Manager identify all elements using a particular COPYBOOK or MACRO?
search cancel

Can CA Endevor Software Change Manager identify all elements using a particular COPYBOOK or MACRO?

book

Article ID: 37341

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Question:

How can I identify all elements using a particular COPYBOOK or MACRO using CA Endevor Software Change Manager?

 

Answer: 

The Automated Configuration Manager (ACM) is the facility that allows you to monitor selected libraries and data sets and maintain a component list for each element in the monitored areas.

The component list provides an audit trail of program-component information at the time of each compilation.

The ACM Query Facility allows  to easily answer the need, it may be use in foreground or in Batch.

Here are the ways to identify COPYBOOK or MACRO, as any other input component using Batch,

1 - Using ACM Query Utility :

//********************************************************************
//* EXECUTE THE ACM QUERY EXPLOSION REPORT
//********************************************************************
//ACMCPY31 EXEC PGM=NDVRC1,PARM='BC1PACMQ',REGION=4096K *
//STEPLIB DD DISP=SHR,DSN=CSIQAUTU
// DD DISP=SHR,DSN=CSIQAUTH
//CONLIB DD DISP=SHR,DSN=CSIQLOAD
//SYMDUMP DD DUMMY
//SYSUDUMP DD SYSOUT=*
//ACMOUT DD SYSOUT=*,DCB=RECFM=FBA
//ACMMSGS1 DD SYSOUT=*
//ACMMSGS2 DD SYSOUT=*
//ACMSCLIN DD *
LIST USING COMPONENTS FOR
ELEMENT 'yourCOPYBOOK'
ENVIRONMENT *
SYSTEM *
SUBSYSTEM *
TYPE *
STAGE NUMBER *
.


Change '*' to specific values in order to limit the query.


2 : Run Autogen in Simulation Mode

Append the EN$AUSIM DD statement to your GENERATE batch job that includes Autogen options, ie;
//EN$AUSIM DD SYSOUT=*
C1MSGS1 sysout will show a heading line, labeled "*** AUTOGEN SIMULATION ***" to indicate that the job ran in simulation mode.

 

Additional Information:  

For further information see

"Chapter 3: Using the ACM Query Facility" from the CA Endevor Software Change Manager Automated Configuration Option Guide.

"Chapter 4: Autogen Action Option" from the CA Endevor Software Change Manager Scenario Guide.

Using ACM  found  in the CA Endevor Software Change Manager Documentation wiki. 

Environment

Release: ENDAE.00200-12-Endevor-Software Change Manager
Component: