u28 user exit

The u28 user exit returns the number of saves that have occurred since the last full restore.

Syntax

result = oconv(’’, ’u28’)

Description

This user exit is used by the file stats portion of the TCL file-save command, and is passed into the AQL selection processor to eliminate files that were not saved on the most recent file-save. It is also used by the TCL list-file-stats command.

Example(s)

statno = oconv(’’,’u28’)
execute ’list stat-file with stat# "’:statno:’" and with reel# # "1" ’