Skip to Main Content
Status Under Review
Created by Mogens Lundqvist
Created on Jul 13, 2021

Support file number intervals in all utility functions

Some utility functions does not support file number intervals.

ADAOPR CLEAR_FILE_STATS and ADADBM DELETE does.
But ADAOPR LOCK and ADAOPR UNLOCK does not!

This would make the use of functions more consistent. Also you would be able to assign a file interval to a variable and use it for several functions – e.g.:

set files=10-20
ADAOPR LOCK=(%files%) <-- will not work because interval the value ‘10-20’ is not accepted.
ADADBM DELETE=(%files%)

-----

Problem had been reported w/o platform.
Guessing Linux.

Created on Brainstorm 06.24.2014 07:56 pm
Brainstorm ID 846
  • Mogens Lundqvist
    Reply
    |
    Mar 29, 2022

    And Windows. You can see the variable "%files%" above is Windows related. :-)

  • +1