access.list

Verb: Access/Access: Verbs, Releases: AP and R83

Lists file.

Syntax

list file.reference {itemlist} {sellist} {modlist} {outlist} {(options)}

Description

generates formatted output based upon the specified arguments.

If an 'itemlist' is specified, items are listed in order of the item-ids in the 'itemlist'. If an 'itemlist' is not specified, items are listed by the groups into which they hash, and within each group, each item is listed in the order in which it was entered or most recently updated.

The report is either produced in a 'columnar' or a 'non-columnar' format. This is determined by the total width of all the attribute-defining items requested, plus the width of the item-id column. If the total of all these adi's (plus one space between each column) is less than the current device width (defined by the 'term' command), the report is produced in columns. Otherwise, the report goes to the non-columnar output format.

Options

* see 'options: Access'.

Example

list entity

This lists the entity file displaying the attributes specified in the
file's macro or output-marco.

list entity with surname '[Brown]' name phone heading
''c'Brown People In Entity'lcdxcjpll'' footing
''ll'Company Confidential' ni-supp (pk

Produces the following output:

list entity with surname '[Brown]' name phone heading
''c'Brown People In Entity'lcdxcjpll'' footing
''ll'Company Confidential' ni-supp (pk
Brown People In Entity
<date> <page>
<blank line>
<blank line>
entity.... name......................... phone.......
99999 Browning Joe 818-555-1212
213-555-1212
12345 Brown Sally 619-555-1212
714-555-1212
88822 Albrown Mike 909-555-1212
:
<blank line>
<blank line>
Company Confidential

This list the surname and phone attributes of entity items which contain the
text 'Brown' in the surname. The report has headings and footings and
is output to the printer without legends or the number of items message.

See Also

Command Name Type Description
access.options Definition Standard options: b,c,d,h,i,j,k,n,p,r,s,u,y
access.default.attribute.items Introductory The consecutive attribute-defining items starting with 1.
access.within Modifier Retrieves sub-list from items.
tcl.l Verb: Access Synonym for 'list'.
access.modifiers.modlist Definition Defines list of modifiers.
tcl.term Verb: Access Displays or changes current terminal or printer characteristics.
access.modifiers Definition List of Access modifiers.
access.sellist Definition Defines selection criteria portion of an Access sentence.
access.selection.criteria Definition Description of Access selection criteria.
access.introduction Introductory a Pick facility to retrieve and output data.
access.itemlist Definition Defines a specific list of item-ids.
tcl.wlist Verb: Access Same as 'list', but uses indices if present.
file.reference Definition How to reference files in Pick.
access.verbs Definition General form of Access sentences.
access.sort Verb: Access Sorts file.
list.processor Definition Access output-processing facility.

User Comments

What do you think?

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

Login to leave your comments.