Previous Topic: PREEXIT Pre-Processing Exit

Next Topic: Security Interface and Exit


POSTEXIT Post-Processing Exit

The POSTEXIT gets control after TCF test compresses the data set and computes statistics.

The parameter list that is passed to the exit is shown in the following table.

Note: The statistical fields contain binary zeroes when TCF is run in simulation mode.

Type

Size

Description

INPUT

CL44

Data set Name-The name of the data set currently being processed.

INPUT

Halfword

Volume Count-The total number of volumes to which the data set is cataloged. This is also the number of volumes that is presented below in the Volume List parameter.

INPUT

nCL6

Volume List-A list of the volumes to which the data set is cataloged. The number of volumes appearing in this list can be determined by examining the Volume Count parameter above.

INPUT

CL3

Data set Organization-This is a literal value indicating the data set organization. The valid values are 'VS' for VSAM data sets and 'PS' for physical sequential data sets.

INPUT

XL80

Statistical Information - The statistical information that TCF generated for the data set is passed as a block of information. It begins on a fullword boundary and contains the following information:

 

 

FW

Total number of data records in the data set.

 

 

FW

Total number of compressed records.

 

 

FW

Total number of data bytes in the data set.

 

 

FW

Total number of data bytes in the compression sample.

 

 

FW

Total number of bytes after Super Express compression sample.

 

 

FW

Total number of bytes after Huffman compression sample.

 

 

FW

Estimated total number of bytes saved using Huffman.

 

 

FW

Estimated total number of bytes saved using Huffman.

 

 

FW

Estimated total number of bytes saved using Super Express.

 

 

FW

Estimated number of tracks saved using Huffman.

 

 

FW

Estimated number of tracks saved using Super Express.

 

 

FW

Minimum data record size encountered.

 

 

FW

Maximum data record size encountered.

 

 

FW

Average data record size encountered.

 

 

FW

Minimum record size after Super Express compression.

 

 

FW

Maximum record size after Super Express compression.

 

 

FW

Average record size after Super Express compression.

 

 

FW

Average record size after Super Express compression.

 

 

FW

Maximum record size after Huffman compression.

 

 

FW

Average record size after Huffman compression.

 

 

HW

Percent of compression using Super Express (that is, 534 = 53.4%).

 

 

HW

Percent of compression using Huffman (that is, 534 = 53.4%).