Usage notes
- Do not use the RESETPAGE function against page sets after the queue manager
has terminated abnormally. Page sets from a queue manager that terminated
abnormally will probably contain inconsistent data; using RESETPAGE on page
sets in this state leads to data integrity problems.
- You cannot use RESETPAGE on page sets belonging to a queue manager that
is running.
- Before you use RESETPAGE, the new data sets must be preformatted as page
sets. To do this, use the FORMAT function, as shown in Figure 56.
- Ensure that the new (destination) data sets are larger than the old (source)
data sets.
- You cannot change the page set identifier (PSID) associated with a page
set. For example, you cannot 'make' page set 03 become page set 05.
- Failure of this function does not prevent other CSQUTIL functions from
being attempted.