Previous Topic

Next Topic

Book Contents

Book Index

CTBJAFDL Parameters

The following parameters can be specified in the EXEC statement that invokes the CTBJAFDL JCL procedure:

Table 191 CTBJAFDL EXEC Parameters

Parameter

Description

DBJAFB

Prefix of the third qualifier of the Rule Activity file name

DBREPB

Prefix of the third qualifier of the Report file name

PRINT

Flag that indicates if deleted entries are printed

PRINT

Information about deleted entries is printed

NOPRINT

Information about deleted entries is not printed

The following parameters are supplied using DD statement SYSIN. The suffix * is permitted at the end of any of these parameters. * represents any number of characters (including no characters).

Table 192 CTBJAFDL SYSIN Parameters

Parameter

Description

DAYS

Non-negative number of days to retain entries in the Rule Activity file or Report file. To delete all entries, specify 0. Mandatory.

INCLUDE or EXCLUDE

The scope of the deletion can be limited by one or more INCLUDE or EXCLUDE statements. Each INCLUDE or EXCLUDE statement contains job name prefixes that limit the entries that are deleted. If one or more INCLUDE statements are specified, only entries specified in the INCLUDE statements are deleted. If one or more EXCLUDE statements are specified, the entries specified in the EXCLUDE statements are not deleted. There is an OR relationship between multiple INCLUDE statements and between multiple EXCLUDE statements.

Parameter JOBNAME can be specified in INCLUDE or EXCLUDE statements. This parameter represents the job name.

Each INCLUDE or EXCLUDE statement must be listed on a separate line.

Parent Topic

CTBJAFDL – Deletes Entries from Rule Activity or Report Files