As you refer to .mod and .datfiles, you seem to be using OPL to model your problem. But the CPLEX Interactive only understands
CPLEX file formats, it doesn't understand OPL. In order to load your model in the CPLEX Interactive, you have to instruct OPL to export it. In the 'Language/Run' section of the OPL settings, you can change 'Export format' and choose an appropriate file format for CPLEX. LP is easier to read, but .SAV is smaller and is an exact copy of the model as it exists in the CPLEX memory.
This being said, CPLEX doesn't offer sensitivity analysis for MIP, as this only exists for (continuous) LPs. Using OPL scripting or other programming languages, you could modify your model in various ways and see what happens when you solve it again.
------------------------------
Xavier
------------------------------