Batch Job Operations

You can fetch all the Batch Jobs within a specified time interval.

Prerequisite

Importing the ABAP transport on the SAP system

You can install one SAP agent for each SAP system where you import the Advanced Business Application Programming (ABAP) transport request to support data collection in the SAP system.

Procedure

Remember: Critical Constant is set for all the batch jobs.

  1. To fetch all Active and Canceled Batch Jobs within a specified time interval. Add the following entry in the /IBMMON/ITM_CNFG table.
PARM_NAME VALUE_CHAR
BATCH_JOBS_PERF YES
  1. To fetch all Canceled jobs within a specified time interval and all Active jobs irrespective of time interval. Add the following entry in /IBMMON/ITM_CNFG table.
PARM_NAME VALUE_CHAR
BATCH_JOBS_PERF YES_LONG_RUN
  1. To fetch all Batch Jobs within a specified time interval and all Active Batch Jobs irrespective of time interval. Add the following entry in /IBMMON/ITM_CNFG table.
PARM_NAME VALUE_CHAR
BATCH_JOBS_PERF YES_ALL

Notes: