
GENERATING HISTORICAL If you have transferred old CMS data from the hard disk onto diskettes, you
REPORTSmay later want a report or a complete set of reports for a particular date. The procedures that follow explain how to copy the system tables and data files for the date from the diskette onto the hard disk, so that you can then generate reports for that date.
NOTE: Remember that system tables files and historical data files from earlier versions of CMS cannot be used with this version of CMS.
Saving the Current System Tables
You have to save the current system tables in a temporary file so that you don’t lose them when you copy the historical system table files to the hard disk. To save the current system tables, do as follows:
1If you are not in the cms directory on the hard disk, type
c d \ c m s
2To get into the cmsmgmt directory, type
cd cmsmgmt
3To copy the current system tables to a temporary file, type
copy systbls.cms temp
This copies (and saves) the current system tables to a file called “temp.” (You can choose another name for the file if you want, ) Remember to copy the current system tables back into systbls.cms in the cmsmgmt directory before you have CMS begin managing calls again.
Copying the Historical System Tables
You should still be in the cmsmgmt directory. To copy the system tables files for the date you want, type:
copy a:syymmdd.cms c:systbls.cms
where yymmdd is the date of the system tables file.
Copying the Historical Data Files
You should still be in the cmsmgmt directory. To copy the historical data files from the diskette to the hard disk, do as follows:
1Get into the cmsrept directory by typing
c d \ c m s
and then
cd cmsrept
2Type a series of commands in the form
copy a:dyytnmdd.cms c:
where yymmdd is the date of the data you want.
3When you’re finished copying data to the hard disk, type
c d \ c m s
Overview