How to disassemble multiple functions using Control Block Validity Manager
search cancel

How to disassemble multiple functions using Control Block Validity Manager

book

Article ID: 115249

calendar_today

Updated On:

Products

Database Analyzer (IMS Tools) Mainframe Configuration Manager for IMS for z/OS IMS TOOLS - MISC Compress Data Compression (IMS Tools) Database Analyzer for IMS for z/OS Database Copier for IMS for z/OS Database Organizer for IMS for z/OS Mainframe Extended Terminal Manager (IMS Tools) High Performance Recovery for IMS for z/OS Database Organizer (IMS Tools) Mainframe Program Restart Manager for IMS for z/OS Secondary Index Builder for IMS for z/OS Secondary Index for IMS for z/OS

Issue/Introduction



Is it possible to process multiple functions using Control Block Validity Manager. For example, is it possible to disassemble multiple MDA functions or PSB functions? The online facility only allows one function name to be entered at a time.

Environment

Release:
Component: DBA

Resolution

Disassembling all or a list of resources can be achieved in batch. This includes ACB, DBD, PSB, MFS and MDA. the following sample JCL can be used for this purpose:

//STEPDEC1 EXEC PGM=ITKICB,REGION=0M
//STEPLIB DD DISP=SHR,DSN=&CLOADLIB
//DFSRESLB DD DISP=SHR,DSN=&DFSRESLB
//ICBMSGS DD SYSOUT=*
//ICBRPTS DD SYSOUT=*
//ICBCTRL DD *
DECODE +
MDA (*) +
DFSMDA (some.MDALIB) +
SRCLIB (some.MDASRC) +
REPLACE (N)





 

Additional Information

The documentation for the valid parameters for batch execution can be found in the CA Database Analyzer for IMS guide; Using the Control Block Validity Manager, Customizing Control Block Validity Manager JCL, Control Block Validity Manager Parameters

https://docops.ca.com/ca-database-management-solutions-for-ims-for-z-os/19-0/en/managing-database-performance/ca-database-analyzer-for-ims/using-the-control-block-validity-manager/customizing-control-block-validity-manager-jcl/control-block-validity-manager-parameters