Previous Topic: Exclusion to Prevent Control-Interval (CI) Processing and EXCP

Next Topic: Expiration Date of 86060


The Exclude File

The CA Compress Exclude File contains three types of information: table statements, record entries, and comment statements.

Table Statements—A table statement is specified by the prefix character "*" in column 1, followed by a table name. The table names can be specified only once and must be syntactically correct, but can be in any order. The names and functions of the statements are described in the following section.

EXCLUDE-JOB

Excludes jobnames from VSAM compression and expansion.

EXCLUDE-MOD

Excludes VSAM compression and expansion for subroutine modules called from a processing program.

EXCLUDE-PGM

Excludes VSAM compression and expansion for programs invoked by an EXEC statement within a job or proc step.

EXCLUDE-JOB-SORT

Forces programs performing CI access to use record management access.

EXCLUDE-MOD-SORTForces programs performing CI access to use record management access.
EXCLUDE-PGM-SORT

Forces programs performing CI access to use record management access.

EXCLUDE-JOB-PST

Excludes jobnames from transparent physical sequential compression and expansion.

EXCLUDE-MOD-PST

Excludes transparent physical sequential compression and expansion for subroutine modules called from a processing program.

EXCLUDE-PGM-PST

Excludes transparent physical sequential compression and expansion for programs invoked by an EXEC statement within a job or proc step.

Records

A record entry follows a table statement, and must begin in column 1.

Comment

A comment statement is the character "*" in the first column, followed by a blank.

The following code shows a sample of the default CA Compress Exclude File:

EDIT       .CCVBJCL(EXCLUDE) - 01.00        Columns 00001 00072 Command ===>                                                  Scroll ===> CSR   ****** ***************************** Top of Data *******************    000010 * MAINTENANCE                                                         000020 * 07/07/08 PAA 001783 .... UPDATED PRODUCT NAME                       000030 *                                                                     000100 * THIS TABLE IS A LIST OF JOBS, PROGRAMS AND MODULES AND THE          000200 * OCCASIONS UNDER WHICH THEY SHOULD BE EXCLUDED FROM THE              000300 * COMPRESSION/EXPANSION OF CA COMPRESS                                000400 *                                                                     000410 * PROGRAM NAMES MUST START IN COLUMN 1!                               000420 *                                                                     000430 *EXCLUDE-JOB                                                          000440 JOBNAME                                                               000450 *EXCLUDE-PGM                                                          000460 EMCSNAP          EMC TIMEFINDER                                       000461 SIBBATCH         IBM SNAPSHOT                                         000462 GVRESTOR         FAVER                                                000470 ADRDSSU          DFDSS                                                000480 ADSAR008         CA DISK AUTORESTORE                                  000490 ADSMI002         CA DISK BATCH                                        000500 *EXCLUDE-MOD                                                          000501 EMCSNAP          EMC TIMEFINDER                                       000510 SIBBATCH         IBM SNAPSHOT                                         000600 GVRESTOR                                                              000700 ADRDSSU                                                               000800 ADSST100                                                              000900 ADSAR008                                                              001000 ADSMI002                                                              001100 *EXCLUDE-JOB-PST