SLTOOL2 reads the SAS
data file produced by SLTOOL1 and creates a group of SAS data sets.
Usually, SLTOOL2 is executed during the same SAS session as the SLTOOL1
program.
The libref SLOGDATA
is associated with a SAS library by the LIBNAME statement in SLTOOL0.SAS.
The data sets created
by SLTOOL2 are stored in the SAS library and are associated with the
libref SLOGDATA. It is most efficient to run SLTOOL0.SAS one time
to create the data files in the library SLOGDATA, and then run multiple
analysis programs that access the library SLOGDATA. With large server
logs, creating the data sets in the library SLOGDATA can take quite
a long time and should be done only one time for each server log.
SLTOOL2 creates data
sets with names that include either INFO or SUM. INFO files contain
observations that record specific
SAS/SHARE activities, such as each time a server is started
and stopped. SUM files present the total number of times a specific
activity occurred, such as the total number of connections made to
a server.
The following sections
describe each data set that is created by SLTOOL2.