ue.21ad

User Exit/PROC, Releases: R83 2.2

Retrieves all values of an attribute.

Syntax

u21ad file.name item.name attribute.ref code.number

Description

retrieves all values of an attribute from an item in a file, but does not advance the multi-value counter.

The following line of the PROC specifies the file information, and a code.number.

'file.name'
is the name of the file. If file.name is prefixed with an asterisk (*), the DICT portion of the file will be accessed.

'item.name'
is the item name.

'attribute.ref'
is the attribute name (or number).

'code.number'
specifies where the data is to be placed.

a = Outputs to alternative output buffer.
p = Outputs to Primary input buffer.
s = Outputs to current output buffer.
t = Outputs to terminal.
v = Verifies that the file exists.
va= Verifies that the attribute exists.

Example

See 'u01ad'.

See Also

Command Name Type Description
proc.user.exits Command List of PROC user exits.
ue.11ad User Exit Retrieves all multi-values of an attribute.
ue.01ad User Exit Retrieves a value from an attribute of an item.

User Comments

What do you think?

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

Login to leave your comments.