SYSTRACE_BRANCH

Description:
Checks to see whether system trace is using the BR=ON parameter of the TRACE command and has been active for a longer time than the defined duration.
Reason for check:
A branch trace runs continuously so an active unneeded BRANCH=ON option can cause degraded system performance. Use branch tracing only for short periods of time to solve a specific problem and do not use branch tracing as the default for system tracing on your system. BR=ON is intended for use in system software problem determination and diagnosis situations only.
z/OS® releases the check applies to:
z/OS V2R1 and later.
Type of check (local or remote):
Local
User override of IBM values:
Start of changeThe following sample shows the defaults for customizable values for this check. Use this sample to make permanent check customizations in an HZSPRMxx parmlib member used at IBM Health Checker for z/OS startup. If you just want a one-time only update to the check defaults, omit the first line (ADDREPLACE POLICY) and use the UPDATE statement on a MODIFY hzsproc command. Note that using non-POLICY UPDATEs in HZSPRMxx can lead to unexpected results and is therefore not recommended.End of change
Start of changeADDREPLACE POLICY[(policyname)] [STATEMENT(name)]End of change
UPDATE
CHECK(SYSTRACE_BRANCH) OWNER(IBMSYSTRACE)           
ACTIVE                                               
DEBUG(OFF)                                           
INTERVAL(4:00),
SEVERITY(LOW),
PARM(’TIME(DAYS,07)'),
DATE(’20110601’),
Reason('Your reason for making the update.')
Debug support:
No
Verbose support:
Start of changeNoEnd of change
Parameters accepted:
No.
Reference:
See the following information:
Messages:
This check issues the following exception messages:
  • IEAH801E
See the IEAH messages in z/OS MVS System Messages, Vol 6 (GOS-IEA).
SECLABEL recommended for multilevel security users:
SYSLOW - see z/OS Planning for Multilevel Security and the Common Criteria for information on using SECLABELs.