An IDMS network database has a chained set defined as ORDER IS SORTED with a symbolic key. A requirement arises to change the set order to unsorted with ORDER IS LAST, where new member records are connected at the end of the chain. How should the schema and database be updated to reflect this change?
Changing a set definition from sorted to chronological (unsorted) is a configuration modification that alters how the DBMS manages the physical linking of new records within the set occurrence.
To change the set order from sorted to unsorted (last), perform the following administrative steps:
The same procedure can be followed for unsorted options FIRST, NEXT and PRIOR.
See IDMS Documentation section Set Statement Schema and Set Modifications