ENABLE Reference Manual

ENABLE COMMANDS
ASSUME Command
ASSUME Command
The ASSUME command establishes a default object type for
subsequent ENABLE commands. The default object type applies to
any command that omits the keywords: APPL or BOX. The syntax of
the ASSUME command is:
-----------------------------------------------------------------
| |
| ASSUME { APPL } |
| { BOX } |
| |
| APPL |
| |
| is a keyword that identifies APPL as the default object |
| type. ENABLE treats subsequent commands that omit an |
| object type as if they include the keyword APPL. |
| |
| BOX |
| |
| is a keyword that identifies BOX as the default object |
| type. ENABLE will treat subsequent commands that omit an |
| object type as if they include the keyword BOX. |
| |
-----------------------------------------------------------------
Consideration
Since APPL is the default object type when you start ENABLE, you
do not need to use the ASSUME APPL command unless you want
to reset the default object type after entering an ASSUME BOX
command.
3-11