#EXPORT_DATE=Mon Dec 29 16:11:53 EST 2008
#EXPORT_VERSION_NAME=CAPHAP remove select statements
#EXPORT_VERSION_NUMBER=1
#REV_HISTORY 12/29/2008 Rich Mason.    What:  removed SELECT statements in order to QA HAPs	    Why:  QA HAPs through SMOKE CNTLMAT and GRWINVEN
# This file is the report configuration file for running Smkreport for
# nonpoint sources for inventory-only reporting.
# This file is used for PROJECTIONS QA, for area sectors without MACT codes
#
# Updated to report the reports with gridding, to put those in a separate file

# All reports
# Output file logical names are:
#       REPORT1:  Spec, no gridding, by state
#       REPORT2:  Spec, no gridding, by state/SCC
#       REPORT4:  Spec, no gridding, by state/county

SMK_SOURCE A

/DELIMITER/ |

/SET LABEL/ $REPLABEL

/NEWFILE/ REPORT1

/CREATE REPORT/
BY STATE NAME
SPECIATION MASS
NUMBER E15.8
UNITS ALL tons/yr
/END/

/NEWFILE/ REPORT2

/CREATE REPORT/
BY STATE NAME
BY SCC10 NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/yr
/END/

/NEWFILE/ REPORT4

/CREATE REPORT/
BY STATE NAME
BY COUNTY NAME
SPECIATION MASS
NUMBER E13.5
UNITS ALL tons/yr
/END/
