HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
2- 26
>DEFINE DICTIONARY = SYSDIC;
>> SCOPEE = MANAGER;
>> PASSWORD = MGR*;
>> OPEN-MODE = SHARED-UPDATE
SCOPEE = MANAGER;
^
Unknown DEFINE parameter (SDERR 4534)
Text from the error to the end of command ignored (SDWARN 4521)
>REDO
DEFINE DICTIONARY = SYSDIC;
SCOPEE = MANAGER;
D
SCOPE = MANAGER;
X
>
RESET Command
The RESET command closes the System Dictionary and copy library, and sets all option parameters to the
default values.
Syntax
RESET [.]
Example
The following example shows the value of each parameter after the RESET command has been issued.
You can obtain this list by issuing the SHOW command. If a parameter does not have an existing default
value and you have not specifically assigned a value to the parameter, asterisks (***) are displayed. A
blank value for DOMAIN indicates the common domain. A blank value for VERSION indicates the latest
version of current status.
>RESET
>SHOW
DEFINE COMMAND PARAMETERS
DICTIONARY = SYSDIC
SCOPE = ***
DOMAIN =
VERSION =
STATUS = PRODUCTION