qres-xref.py

This script reads an xml file of Control-M job definition, and creates
cross reference reports on usage of Quantitative Resources by the jobs.

It creates 3 csv reports:
qres_with_single_use.csv - List of Quantitative Resources and jobs where
                           each  resource is used by a single job
qres_with_dual_use.csv   - List of Quantitative Resources and jobs where
                           each resource is used by two jobs
qres_with_many_use.csv   - List of Quantitative Resources and jobs where
                           each resource is used by multiple jobs.


Script usage:

Invoke the script by: 
              qres-xref.py -i <inputfile_or_directory> -o <outputdir> -h

Parameters:
-i <inputfile_or_directory> - name of the xml or directory of xml files 
                            that holds Control-M job definition
-o <outputdir> - name of directory that will contain the 3 report files
-h             - show the command line options
