#EXPORT_DATE=Tue Dec 30 12:08:19 EST 2008
#EXPORT_VERSION_NAME=removed SELECT statement for CAP/HAP
#EXPORT_VERSION_NUMBER=1
#REV_HISTORY 12/29/2008 Rich Mason.    What:  removed SELECT statement    Why:  CAP/HAP QA through CNTLMAT and GRWINVEN
# This file is the report configuration file for running Smkreport for
# point sources for inventory-only reporting.
# This file is used for PROJECTIONS QA, for point sectors without MACT codes
# 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 P

/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/
