LIST QMF (OWNER=_D%
The DSQDC_LIST_ORDER global variable is a two-character value. The first character specifies the sort characteristic and the second specifies whether the sort is ascending or descending. Changing the value of DSQDC_LIST_ORDER applies only to the current session. The default value is 1A.
The values are:
First character: value characteristic sort sequence (primary key) ----- -------------- ---------------------- 1 Default owner(current owner first)|name 2 Owner owner|name 3 Name name|owner 4 Type type|name|owner 5 Modified modified|last used|owner|name|type 6 Last used last used|modified|owner|name|type Second character: value sort order ----- ---------- A Ascending D Descending
For example, to create a new list with the most recently modified objects at the top of the list, enter this SET GLOBAL command:
SET GLOBAL (DSQDC_LIST_ORDER=5D
To create a new list with the current owner's objects at the top of the list, enter this SET GLOBAL command:
SET GLOBAL (DSQDC_LIST_ORDER=1A
These examples do not change the order of an existing list.
For more information, see the discussion on customizing a user's database object list in the Installing and Managing QMF for your operating system.