HP System Dictionary/XL Utilities Reference Manual - Part 1 SDDBD (32256-90003)

Chapter 11 99
SDVPD Commands
REDO COMMAND
[[RETURN]] Places you on the next line of the command you are editing, if you are not
currently on the last line of the command. If you are on the last line,
executes the command as it has been edited.
Example:
> DEFINE DICTIONARY=sysdic;
>> SCOPPE=manager;
>> PASSWORD=Mgr*;
>> OPEN-MODE=shared-update.
SCOPPE=manager;
^
Unknown DEFINE parameter (SDERR 3110)
Text from the error to the end of command ignored (SDWARN 3101)
> redo
DEFINE DICTIONARY=sysdic;
+
SCOPPE=manager;
d
SCOPE=manager;
x
>