
The print parameter for the steps of the batch job are stored in database table TPRI_PAR. Program RSBTCPRIDEL deletes all entries in TPRI_PAR that are no longer used by a step in a batch job.

Description
The report has two parameters “Package Update Number” (UPDCOUNT) and “Package Delete Number” (DELCOUNT). The parameters have the default values that cannot be overwritten.
- In the “Package Update Number” parameter, the number of entries is specified in TPRI_PAR which are flagged for reorganization for each database transaction. Then there is a COMMIT WORK.
- In the “Package Delete Number” parameter, the number of entries is specified in TPRI_PAR which are flagged for deletion for each database transaction. Then there is a COMMIT WORK.



