Generating audit related reports
To generate audit related reports using the InterviewerDataCollectionAudit_Analysis.mdd and DataCollectionAudit_Analysis.ddf files, see the following script:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\7\DDL\Scripts\Interview\Utilities\CreateOperatorReports.mrs
Before running the reports, you must either copy the report script to the directory where the DataCollectionAudit_Analysis.mdd and DataCollectionAudit_Analysis.ddf are stored, or update the script (METADATA and DBLOCATION at the top of the script) to point to the file paths. These files are typically in the following folder:
C:\Documents and Settings\<your_Windows_username>\Application Data\IBM\SPSS\DataCollection\<version>\Interviewer\Config\Audit
You might also want to change the OUTPUT setting (this defines the name and location of the output file). The output files are named OperatorReport.mtd and OperatorReport.htm and are located in the current directory. You can provide a different path and file names by the OUTPUT define setting.
Run the script from a Windows command prompt by using the following command:
mrScriptCl.exe CreateOperatorReports.mrs
The command creates an output .htm file of exported tables, and an output .mtd file that you can use in UNICOM Intelligence Reporter for more investigation.
See