specifies the name of the adapter to which the table belongs.
specifies the space-delimited list of BY variables that govern how this data is sorted.
specifies the input SAS table.
specifies the output SAS table. (This table can be the same as the input table.)
specifies the type of conversion to be performed. The following values are valid for conversion-type:
specifies the name of the SAS macro variable that is created that contains the Relative Bad Delta Factor as a percentage. The default value of this option is RBDFTMP.
NTSMCNT Table
|
NTTCP Table
|
---|---|
ALMSGKB
|
CNCACTV
|
EXTMSGS
|
CNCFLRS
|
EXTRMKB
|
CNCTPSV
|
INTMSGS
|
CNCTRST
|
INTRMKB
|
|
TTLMSGS
|
|
XTYTCPS TABLE
|
|||
---|---|---|---|
ICIMDEU
|
ICOMDEU
|
IMFQGOK
|
IMRMSOK
|
ICIMECQ
|
ICOMECQ
|
IMFGCRE
|
IMRMSRE
|
ICIMECR
|
ICOMECR
|
IMFGFLD
|
IMRSMAC
|
ICICERR
|
ICOMERR
|
IMIADRE
|
IMRSMFU
|
ICIMIPP
|
ICOMIPP
|
IMIDELV
|
IMRSMTO
|
ICIMISQ
|
ICOMISQ
|
IMIDISC
|
IMRTDIS
|
ICIMITE
|
ICOMITE
|
IMIFWDD
|
IMSMFLD
|
ICIMMKQ
|
ICOMMKQ
|
IMIHDRE
|
INSEGS
|
ICIMMKR
|
ICOMMKR
|
IMIRECV
|
OUTSEGS
|
ICIMRED
|
ICOMRED
|
IMIUNPR
|
USINDGR
|
ICIMSGS
|
ICOMSGS
|
IMODISC
|
USINERR
|
ICIMTIQ
|
ICOMTIQ
|
IMONORT
|
USNOPRT
|
ICIMTIR
|
ICOMTIR
|
IMOREQS
|
USOTDGR
|
%let cp16pct = 0.95;
0.95 * 65536 = 62259.2.
%let cp32pct = 0.97;
0.97*4292967296 = 4164178277.
%let cp64pct = 0.97;
0.97*18446744073709551616 = 17893341751498265067.
Counter Value
|
Calculated Rate
|
---|---|
20000
|
.
|
40000
|
66.67
|
62260
|
72.20
|
300
|
11.92
|
4000
|
132.33
|
62259
|
74.19
|
2000
|
.
|
(CLEANUP)Obs4
16 bit Overflow Start 01JAN01:00:10:00 SVAL=62260 Corrected End 01JAN2001:00:15:00.00
SVAL=300
(CLEANUP)Obs
7 Inconsistent Start 01JAN01:00:25:00 SVAL=62259 Set to missing End
01JAN2001:00:30:00.00 SVAL=2000
%let cp16pct=0.94;
DATA
....
staging code goes here
.....
run;
%rmproint(...);