The PREEXIT gets control after TCF obtains the next sequential data set name from catalog management, but before it obtains the detailed catalog information and format 1 DSCB. Its function is to decide whether or not to allow TCF to compress the data set. PREEXIT gets control before any selection/exclusion testing, which would be performed based on SELECT or EXCLUDE statements in the job stream, so SELECT and EXCLUDE statements can override the PREEXIT's decision to process the data set. The parameter list that is passed to the exit is shown in the following table.
|
Type |
Size |
Description
|
||
|---|---|---|---|---|
|
OUTPUT |
Halfword |
Result Code |
0 |
Allow the data set to be processed. |
|
|
|
|
8 |
Bypass the data set. |
|
INPUT |
CL44 |
Data set Name-The name of the data set currently being considered for inclusion in TCF processing.
|
||
|
INPUT |
CL44 |
Catalog Name-Where the data set is cataloged. |
||
| Copyright © 2012 CA. All rights reserved. |
|