specifies the name of a SAS character variable that identifies the system or machine that generated the input data. The name of this variable can be no more than 32 characters in length.
specifies a unique three-character code that identifies the type of data.
specifies the name of the SAS variable that contains the datetime stamp that uniquely identifies the time of the event or interval being recorded.
ADAPTER
|
Value for the SOURCE
Parameter for %RMDUPCHK
|
---|---|
Amazon CloudWatch
|
(Multiple values are
needed so that %RMDUPCHK can be invoked with each value.)
|
ASG TMON2CIC
|
TM2
|
ASG TMONDB2
|
TMD
|
ASG TMONDB2 V5
|
TM5
|
BMC Mainview
|
IMF
|
BMC Perf Mgr
|
PAT
|
CA TMS
|
TMS
|
Comma Separated Values
|
CSV
|
DT Perf Sentry
|
NTS
|
DT Perf Sentry with
MXG
|
NTS
|
Ganglia
|
GAN
|
HP Perf Agent
|
(Multiple values are
needed so that %RMDUPCHK can be invoked with each value.)
|
HP Reporter
|
(Multiple values are
needed so that %RMDUPCHK can be invoked with each value.)
|
IBM DCOLLECT
|
DCO
|
IBM EREP
|
ERP
|
IBM IMS
|
IMS
|
IBM SMF
|
SMF
|
IBM TPF
|
TPF
|
IBM VMMON
|
VMM
|
MS SCOM
|
SCO
|
RRDtool
|
RRD
|
SAP ERP
|
BAT, SAP, and others.
(Multiple values are needed so that %RMDUPCHK can be invoked with
each value.)
|
SAR
|
SAR
|
SAS EV
|
(Multiple values are
needed so that %RMDUPCHK can be invoked with each table source value.)
|
SNMP
|
SNM
|
VMware vCenter
|
(Multiple values are
needed so that %RMDUPCHK can be invoked with each value.)
|
Web Log
|
WWW
|
specifies whether duplicate input data should still be processed, or whether it is a duplicate.
NO
.
represents the maximum time gap (or interval) that is to be allowed between the timestamps on any two consecutive records from the same system or machine. If the interval between the timestamp values exceeds the value of this option, then an observation with the new time range is created in the control data set. This is referred to as a gap in the data.
INT=0:14
.
To specify an interval of 1 hour and 29 minutes, use INT=1:29
.
0:29
, or 29 minutes.
specifies the number of weeks for which control data should be kept. Because this value represents the number of Sundays between two dates, a value of 2 results in a maximum retention period of 20 days.
2
.
specifies whether to
display the duplicate-data checking messages in the SAS log or to
save the messages in an audit table. If set to Yes
,
this parameter causes all the messages from duplicate-data checking
to appear in the SAS log. If set to No
,
the duplicate-data checking messages are saved in an audit data table
that is stored in the staging library. The name of the audit table
is source AUDIT (where source is
the 3-character data source code).
YES
.
NO
can
be beneficial. Eliminating the report reduces CPU consumption, shortens
elapsed time, and makes the SAS log more manageable.
controls whether SAS terminates if any duplicate input data is detected.
NO
.
Discard
:
Duplicate-data-checking macros are executed. FORCE=NOand
TERM=NOare implied.
Force
:
Duplicate-data-checking macros are executed. FORCE=YES and TERM=NO
are implied.
Terminate
:
Duplicate-data-checking macros are executed. FORCE=NOand
TERM=YESare implied.
INT=
option of the %RMDUPCHK macro.)
INT=
option of the %RMDUPCHK macro.)