Is there an option in our utilities to issue IMS Commands using the Automated Operator Interface?
search cancel

Is there an option in our utilities to issue IMS Commands using the Automated Operator Interface?

book

Article ID: 48609

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 DATABASE MANAGEMENT SOLUTIONS FOR IMS FOR Z/OS

Issue/Introduction

Is there an option in the IMS Tools, such as Database Organizer, that enables the batch utility to issue IMS commands like /STA REGION regionname?

Resolution

The Command Control Manager for IMS (CCM) enables you to enter IMS commands using ISPF, batch jobs, or an application program interface.

Sample JCL is provided on product dataset CIMTSAMP:

Non-IMS batch job is in member CCMBATCH.

IMS DL/I batch job is in member CCMDLI.

IMS BMP job is in member CCMBMP.

This would be executed as a batch job or step within an existing job.

For example:

 

     //STEP01 EXEC PGM=CCMCMD00,PARM='IMSID=IMS1' 
     //STEPLIB DD DISP=SHR,DSN=hlq.CIMTLOAD   
     //SYSABEND DD SYSOUT=* 

 

     //CCMLIST DD SYSOUT=* 	
     //CCMOPTS DD DUMMY 	
     //CCMSYSIN DD * 	
     /STA DB DI21PART ACCESS UP