access.itemlist

Definition/Access: Verbs, Releases: AP and R83

Defines a specific list of item-ids.

Syntax

'item-id' 'item-id' item-id item-id

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 AP, the single quotes around item-ids in an Access sentence are optional, unless the resulting command is ambiguous.

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 AP, would also be valid as:

list invoices s1000 s1010 s1001

See Also

Command Name Type Description
access.select Verb: Access Creates list of items meeting specific criteria.
access.reformat Verb: Access Reformats data to file or tape.
access.sort Verb: Access Sorts file.
access.t-load Verb: Access Loads data from t-dump format magnetic media.
access.s-dump Verb: Access Dumps items to tape in sorted order.
access.sum Verb: Access Displays total of numeric field.
access.nselect Verb: Access Performs 'not' select - only items not there.
access.sort-label Verb: Access Produces formatted and sorted labels.
access.stat Verb: Access Displays total and average of numeric field.
access.list-label Verb: Access Produces formatted labels.
access.count Verb: Access Counts items in a file.
access.list-item Verb: Access Displays item in storage format.
access.list Verb: Access Lists file.
access.verbs Definition General form of Access sentences.
tcl.touch Verb: Access Touch all items in a file or in all files in accounts.
access.selection.criteria Definition Description of Access selection criteria.
access.introduction Introductory a Pick facility to retrieve and output data.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.