JCL for JMX

The Job Control Language (JCL) provides various script elements for JMX and the corresponding supported data types.

The following data types are supported when values are assigned with script elements:

  • java.lang.String
  • java.lang.Integer
  • java.lang.Byte
  • java.lang.Float
  • java.lang.Double
  • java.lang.Short
  • java.lang.Long
  • java.lang.BigInteger
  • java.lang.Boolean
  • java.lang.BigDecimal
  • java.lang.Character
  • javax.management.openmbean.CompositeData

Use arrays or the following two complex data types for the return codes of the script elements:

  • javax.management.openmbean.CompositeData
  • javax.management.openmbean.TabularData

The results of the script elements are written to the report. Use PREP_PROCESS_REPORT to read the results.

Script Elements for JMX

See also: