Report:  Automated Processing Mode using CSV File Format
Option:  -A
Compound Options:   
-A -fa   Functions and Files
-A -fp   Function Points Derived from LOC
-A -i    Inheritance Tree
-A -s    File Summary
-A -Ta   Sorted Total Functions, Classes, Namespaces
-A -Tf   Sorted Total Functions
-A -To   Sorted Total Classes, Interfaces, Namespaces
-A -wW   Work file differentials
-A -w"x workfile.old, workfile.new"   Work file extraction
Compatible Options: RSM Option Cross Reference

Usage:
rsm -A -O"rsm_csv_file_summary.csv" -s *.h *.cpp
rsm -A -O"rsm_csv_fa.csv" -fa *.h *.cpp
rsm -A -O"rsm_csv_fa_fp.csv" -fa -fp *.h *.cpp
rsm -A -O"rsm_csv_fp.csv" -fp *.h *.cpp
rsm -A -O"rsm_csv_inheritance.csv" -i *.h *.cpp
rsm -A -O"rsm_csv_total_summary.csv" -Ta *.h *.cpp
rsm -A -O"rsm_csv_totalfunc_summary.csv" -Tf *.h *.cpp
rsm -A -O"rsm_csv_classes_summary.csv" -To *.h *.cpp
rsm -A -O"rsm_work.csv" -wW *.h *.cpp

Source:  C, C++, C# and Java
The report generated in automated processing mode is designed for input into other programs which can parse this report output.  Output is formatted in CSV and should be redirected to a file with this extension.