Previous Topic: CHILDMONITOR Statement—Specify Whether to Monitor the Children of Programs (Oracle E-Business Suite Jobs)Next Topic: CLASSNAME Statement—Specify a Class Name


CHILDMONITOR Statement—Specify Whether to Monitor Children Jobs (SAP Jobs)

The CHILDMONITOR statement specifies whether to monitor children jobs. Children jobs are jobs spawned by a parent job.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

CHILDMONITOR Y|N
Y

Monitors the job's children.

N

Does not monitor the job's children.

Notes:

Example: Monitor Children Jobs

This example monitors the children spawned by the job:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
CHILDMONITOR Y
ABAPNAME ZCHILDJOB1