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

70 Chapter7
SDDBC 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.
Invalid keyword SCOPPE was specified (SDERR xxxx)
> redo
>> DEFINE DICTIONARY=sysdic;
>> +
>> SCOPPE=manager;
>> d
>> SCOPE=manager;
>> x
>