Article 00010722 Scenario from customer.... It appears that our range and counters are back to normal. Here are the steps we took: 1.) Ran p_ret_01 for the range of "high numbers" to retrieve an input file for deletion. 2.) For our batch loads, deleted all via item_11. 3.) Ran print_03 with Step #1 input, excluding deletes, to print non-batch system #'s. 4.) Used output of Step #3 to find records, copy, transfer and delete larger #'s. 5.) Ran manage_33 against Step #1 output. 6.) To delete "stub" records (records with "del"), did following SQL: delete from z00 where z00_doc_number >= 'nnnnnnnnn' and z00_doc_number <= 'yyyyyyyyy';