Previous Topic: /GROUP=group_name

Next Topic: /OUTPUT=file_name

/INCLUDE=keyword

This qualifier indicates which related jobs should be scripted with the specified jobs. Related jobs are those (local) jobs that either depend on this job or are dependent on this job. Valid keywords are:

PARENTS

All jobs on which this job depend (and their parents)

CHILDREN

All jobs that depend on this job (and their children)

ALL

All jobs related, however distant. This will capture an entire dependency structure, however complicated. /INCLUDE=ALL is the default if /INCLUDE is not specified.