| istat | Index Level | items |
| Syntax |
'item-id' 'item-id'
item-id item-id |
| Category | Access |
| Type | Definition |
| Description |
indicates a specific list of item-ids to process.
Each item-id in the list may optionally be enclosed within single quotes. When an Access sentence contains no specific list of item-id's then, subject to restrictions specified in the optional selection clause, all items in the file are eligible for processing. (See "selection criteria"). In D3, the single quotes around item-ids in an Access sentence are optional, unless the resulting command is ambiguous. |
| Options | |
| See Also | select reformat sort t-load s-dump sum nselect sort-label stat list-label count list-item list Access verbs touch selection criteria Access |
| Example |
list md '*a0'
This lists the specific item '*a0', from the md of the current account. list md *a0 Since "*a0" is a valid attribute-defining item (ADI), this sentence produces output showing attribute 0 (zero) of every item in the current md. list invoices 's1000' 's1010' 's1001' This sentence requests a specific set of item-ids from the "invoices" file, and in D3, would also be valid as: list invoices s1000 s1010 s1001 |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| istat | Index Level | items |