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?
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