Start of change

DSNT761I csect-name START PROFILE DETECTED DDF IS NOT LOADED. PROFILE ROWS FOR SYSTEM MONITORING WILL NOT BE ACTIVATED.

Explanation

The START PROFILE command was successful, but DDF was not loaded for the system monitoring function, which is required for profile rows with the following KEYWORDS values:

  • MONITOR_ALL_CONNECTIONS
  • MONITOR_ALL_THREADS
  • MONITOR_CONNECTIONS
  • MONITOR_THREADS
  • MONITOR_IDLE_THREADS
  • SPECIAL_REGISTER
  • GLOBAL_VARIABLE
csect-name
The name of the control section that issued the message.

System action

The START PROFILE command completes successfully and profiles that do not require DDF to be loaded are activated. However, profile rows for the KEYWORDS values that do require DDF to be loaded are not activated.

User response

To activate profile rows for system monitoring, reissue the START PROFILE command after DDF is loaded. For information about loading DDF, see DDF STARTUP OPTION field (DDF subsystem parameter).

End of change