To view online historical plot data records created by the data collectors, define a log stream that contains those records.
Create a unique log stream on each system.
Note: The parmlib members for specifying log stream names are located in the sysview.CNM4BPRM data set.
Follow these steps:
LOGSTREAM-PLOTLOG-NAME logstream.name
If the plot logging function is not going to be used or the log stream has not been defined, set the following options:
LOG-PLOT-RECORDS NO
LOGSTREAM-PLOTLOG-NAME NONE
Sysname Logname......LogStream-Name sysname PLOTLOG logstream.name
The log stream for the historical plot data records is defined, and the contents of the log stream can be viewed online.
Example: Define a DASD-Only Log Stream
This example defines a DASD-only log stream for collecting historical plot data records:
DATA TYPE(LOGR) REPORT(NO)
DEFINE LOGSTREAM
NAME(GSVX130.SYSDATA.PLOT.smfi)
AUTODELETE(YES)
DASDONLY(YES)
DESCRIPTION(PLOT_LOG)
DIAG(NO)
EHLQ(LOGGER)
HIGHOFFLOAD(70)
LOWOFFLOAD(0)
LS_SIZE(1000)
MAXBUFSIZE(32767)
MODEL(NO)
OFFLOADRECALL(YES)
RETPD(30)
STG_SIZE(750)
|
Copyright © 2013 CA.
All rights reserved.
|
|