ATTRIBUTES PSAM/DAPDB Commands ATTRIBUTES
NAME
attributes - display attributes of a variable
SYNOPSIS
attributes <variable expression>
DESCRIPTION
The attributes command displays the attributes of all vari-
ables in the current procedure which match the expression
<variable expression>. One or more expressions, separated by
spaces, are allowed in a single invocation of the attributes
command. No information is given for arguments or local
variables if the current procedure is not on the stack.
The expression may be the name of a variable or may contain
wild-card characters. Alphabetic characters in the expres-
sion are not case significant and underscores are ignored.
The wild-card characters are as follows:
* - matches zero or more characters
? - matches any single character
[string] - matches any single character from string
[c1-c2] - matches any character in the alphabetic or
numeric range c1 to c2 inclusive.
EXAMPLES
attributes phaile prints the attributes of the vari-
able PHAILE.
attributes a* prints the attributes of all vari-
ables which begin with the letter
A.
attributes [m-q]???? prints the attributes of all five-
character variables which begin
with a letter between M and Q.
SEE ALSO
array, print
AMT Release 4.1S Last change: 5th June 1989 1