| 
 Displays output in csv, rather than human-readable, format. 
The following line displays for each syntax error encountered: 
PMCHECKERROR,<filename>,<linenumber>,<error_description>  
The overall result displays in the following format: 
PMVERIFYPROFILERESULT,<result>,<description>  
where result can be: 0:success or -1:fail 
For each file expected to contain data only, it prints the following line to stdout for each statement found in the file that is not a comment or variable assignment: 
PMVERIFYPROFILECHECK,<filename>,<linenumber>,<description>  
For each file expected to be unchanged, it prints the following line to stdout: 
PMVERIFYPROFILENOMATCH,<filename>,<linenumber>,<description>   |