Allows you to create, modify, merge or delete a list saved in POINTER-FILE.
EDIT-LIST {list-name {account-name}} {(options}
list-name is the name of the list you want to edit. If not specified, the default list is used.
account-name is the name of the account from which the list was saved.
If you do not specify account-name, the current account is assumed.
B Displays an item in read-only mode. The B option neither observes nor sets item locks.
P Directs system output to the spooler.
S Causes the command to function like SORT-LIST.
Z Suppresses the 'TOP' and 'EOI' messages.
EDIT-LIST uses the same line Editor commands as you use to edit data items.
You can create an item list by executing a SELECT or SSELECT on a file, then saving the generated item list by executing SAVE-LIST. For example:
:SSELECT MD WITH 1 "PQN" 35 Items selected. >SAVE-LIST NEWPROC.LIST [241]'NEWPROC.LIST' cataloged. :EDIT-LIST NEWPROC.LIST Top .L4 001 BREF 002 CHECK 003 CHOO-CHOO 004 CLS
Item lists can also be created from the Editor by using the
:EDIT-LIST ROOMS-AVAIL
TOP
You can now use editor commands to change the list.