access.temporary.attribute.items

Definition/Access: Verbs, Releases: AP

references any attribute by its numberic attribute count.

Description

a brief discussion on the use of temporary attribute-defining items in Access sentences.

Attribute items using special attribute names can be specified in an Access sentence without actually existing in either the file dictionary or the master dictionary.

The attribute name is of the form 'Aac', where 'A' is the literal 'A' and 'ac' is the attribute number.

Temporary attribute items are created with a justification code (attribute 9) of lx (left justify and expand display field to fill report). For example, even if neither the master dictionary nor the file dictionary for entity has an attribute-defining item 'a14', a statement such as 'list entity a14' lists attribute 14 in the entity file where 'a14' is the temporary attribute name.

The two reserved numbers 9998 and 9999 may also be specified as part of temporary attribute-defining items. See '*a9998' and '*a9999' for descriptions.

Example

list md with a15 a15

See Also

Command Name Type Description
access.default.attribute.items Introductory The consecutive attribute-defining items starting with 1.
ac Attribute Defining Item References attribute 2 of current item.
access.default.output.specifications Definition selects the default attribute-defining items in an access sentence when none are explicitly provided.
*a Attribute Defining Item References attribute 'n' of each item processed by Access.
*a9998 Attribute Defining Item Returns sequential count of current item.
*a9999 Attribute Defining Item Returns size of current item.

User Comments

What do you think?

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

Login to leave your comments.