ENABLE Reference Manual
ENABLE COMMANDS
SHOW Command
Examples
To obtain the value of the application attribute TREE, enter:
SHOW APPL TREE
ENABLE returns:
TREE ??
To obtain the value of the box attribute RECORD, enter:
SHOW BOX RECORD
To display the values of all application attributes including
those for which you have supplied values, those for which ENABLE
can supply default values, and those which have non-null starting
values, enter:
SHOW APPL
To obtain the values of all the application attributes including
those that retain non-null starting values but for which ENABLE
cannot supply default values, enter:
SHOW APPL *
To obtain the values of all box attributes, enter:
SHOW BOX *
3-34