#
# Setup input module. Note that the only thing not specified here is the
# input file or dataset. This is because that part must be scripted.
#
#module input FileInput
module input DHInput
#talk FileInput
alias include input
talk DHInput
if { $rawDataStream == "a" || $rawDataStream == "d" } then {
hideList set L3
processDropList set PROD
keepFromProcessList set ReleaseHistory DBUsedSetInfoList ErrorSummary
parmSetName set hideL3
} else {
processDropList set L3 PROD
keepFromProcessList set ReleaseHistory DBUsedSetInfoList ErrorSummary
parmSetName set dropL3
}
#
# Report on every event processed in validation
#
statusFile set 1
exit
|