& (Ampersand)
Purpose
Use an ampersand (&) at the command line before any subcommand to redisplay the subcommand.
Usage Notes
- Using an & allows you to reexecute the subcommand just by pressing ENTER. You can also modify the command before reentering it.
- A synonym cannot be defined for &.
- The & subcommand must not be preceded by blanks. Also, & replaces trailing blanks with nulls in the subcommand that follows it.
- MSGMODE must be ON for & to work properly.
