
Activating BIM-EPIC Online Components Starting Online Manager with Batch Partition Memory
Chapter 2. Installing the Basic System 2-73
Starting Online Manager with Batch Partition Memory
Select a partition that can be dedicated to Online Manager for the same amount of time that
CICS will require Online Manager services. Submit the following job to that partition:
If using a release of BIM-GSS prior to 5.1A or if using any CA-GSS release, submit the
following job to that partition:
// JOB DCMBATCH BATCH MEMORY INTERFACE TO CICS PARTITION
// EXEC DCMTDRIV,SIZE=DCMTDRIV
/* (the slash asterisk is required)
/&
If using BIM-GSS Release 5.1A or higher, submit the following job to that partition:
// JOB DCMBATCH BATCH MEMORY INTERFACE TO CICS PARTITION
// EXEC BIM$TIDR,SIZE=BIM$TIDR
/* (the slash asterisk is required)
/&
CICS can be started either before or after this job is submitted, but Online Manager functions
are not available until this job has begun execution.
To terminate Online Manager and free its partition, enter the following at the console:
MSG partition-id
This ends BIM$TIDR or DCMTDRIV processing and makes Online Manager functions
unavailable.
When DCMTDRIV is executing in the F8 partition, the following command ends its
execution:
MSG F8
This technique is discussed in more detail in the “Online Interfaces" chapter of the BIM-GSS
Installation and Utilities Guide.
Description
Example
Kommentare zu diesen Handbüchern