BMC Mainview, produces SMF 110 look-a-like records to the IBM CMF records. So, while we don't specifically mention BMC Mainview in the documentation, it is to be treated as though its IBM CMF data.
Updates that will need to be made:
GENLIB(CICGENIN)
Update the OPTION statement. Right now, you might have specified OPTION NOCMF MON ....... (rest of the options on the statement do not change)
You will need to change to OPTION CMF MON ....... and run a CICCGEN. This will add any specific CMF elements to the database.
At some point in the future, maybe 6 months after total conversion to BMC, you can set the parameter to NOMON.
Then at the unit level, you need to follow the sections to add the CICS regions that are now BMC data to CICOPS.
The documentation describes the syntax of the CICOPTS statements for MON and CMF.
After a CICOPS update, a CICPGEN is required.
Also, you will need to update the INPUTCIC member to specify the INPUTSMF DD pointing to the SMF input data set. This is also described in chapter 7 in the CICS guide. After an update to INPUTCIC, the DAILY and INCRCIC need to be regenerated.
MICS can process both TMON and CMF data at the same time.
As far as reports go, it depends on what data elements from the database you are reporting on. A huge number are common across both data sources. To know the real impact, if you have an inventory of all the elements you use from the MICS database in reporting, you can check the cluster code in CICGENIN. If the cluster code is '00', the data element is common across all input sources. In chapter 7.2.1, there is a table that describes the other cluster codes.