Configuring SMF support
To enable SMF recording, do the following steps:
- Set up the MVS system
- Authorize the user to write SMF records
- Configure DBB to write DBB SMF records
Set up the MVS system
For information about setting up the MVS system to enable SMF recording, see System Management Facility (SMF) in IBM Documentation.
Configure DBB to write DBB SMF records
By default, writing an SMF record in DBB is turned off. In order to have DBB write an SMF record, you must define a JVM property when starting the script. To do so, include the -DDBB_SMFWRITE_ENABLED=true property on the command
line when running groovyz or in your groovy script Java opts when running your Groovy script from Jenkins.