The qselect command creates a list from the specified file reference and item list, similar to the get-list command.
Syntax
qselect file.reference {itemlist*} {(attr.ref)}
Parameter(s)
|
attr.ref |
Attribute name or number in an item (or list of items) specified by the item list. If an attribute reference is not specified, all attributes are used. |
|
item.list* |
List of items. |
The list is constructed from the attributes specified by the attribute reference (attribute name or number) in an item (or list of items) specified by the item list. Each attribute, value, and subvalue becomes a single attribute value in the list.
Example(s)
qselect invoice-file s12345 (5
Builds a list from the multivalues stored in attribute 5 of the item-ID s12345 from the invoice-file.
qselect dict d3.doc ’desc’
See Also