To produce a Zena Execution History report to be used for the validation: 

1) If Zena runs on MSSQL run the following script:

     bcp "SELECT *  FROM process_history WHERE 
        prod_date between CONVERT( DATETIME, '01 SEP 2014', 106 ) 
                      AND CONVERT( DATETIME, '30 SEP 2014', 106 ) " 
        queryout dailyreport.csv -c -Uuser -Ppassword -Sserver -t

2) If Zena does NOT run on MSSQL, please contact technical support for 
   further instructions.
