Note: If you are upgrading and already have log streams defined, you can reuse those log streams.
Note: For information on log stream size considerations, see the Administration Guide.
Log streams must be defined before you can view the following types of collected data online:
Note: Prior to running INST0040 through INST0046, the z/OS system logger services must be active and a LOGR policy defined on the system.
To define log streams
//INST004* JOB (09900000),'PROGRAMMER NAME',
REGION=0M,
MSGCLASS=A,
CLASS=A,
MSGLEVEL=(1,1)
//DEFINE EXEC PGM=IXCMIAPU,REGION=0M //SYSPRINT DD SYSOUT=* //SYSIN DD *
DATA TYPE(LOGR) REPORT(NO)
DEFINE LOGSTREAM
NAME(ssidrrm.taskname.type.smfi)
AUTODELETE(YES)
DASDONLY(YES)
DESCRIPTION(....16chars.....)
DIAG(NO)
EHLQ(LOGGER)
HIGHOFFLOAD(70)
LOWOFFLOAD(0)
LS_SIZE(1000)
MAXBUFSIZE(32767)
MODEL(NO)
OFFLOADRECALL(YES)
RETPD(7)
STG_SIZE(750)
LIST LOGSTREAM
NAME(ssidrrm.taskname.type.smfi)
DETAIL(YES)
After the job ends with a condition code of 0, you can view the log streams online. The records written to these log streams are in SMF format.
| Copyright © 2012 CA. All rights reserved. |
|