HP 3000 Manuals

RESET Command [ HP SYSTEM DICTIONARY XL COBOL DEFINITION EXTRACTOR Reference Manual ] MPE/iX 5.0 Documentation


HP SYSTEM DICTIONARY XL COBOL DEFINITION EXTRACTOR Reference Manual

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
        OPEN-MODE           = SHARED-UPDATE
        NAME-MODE           = EXTERNAL

     COPYLIB COMMAND PARAMETERS
        NAME                = ***
        KEY-FILE            =
        UPDATE-DICT         = OFF
        OPEN-MODE           = APPEND

     OPTIONS COMMAND PARAMETERS
        ALIAS               = NONE
        EDIT-MASK           = OFF
        QUALIFY             = OFF
        ELEM-QUALIFY        = PREFIX
        CONSTANTS           = ON
        SELECT-FILE         = ON
        COMMON-STORE        = OFF
        SECONDARY-REC       = OFF
        ECHO                = ON
        COMMENT             = OFF


MPE/iX 5.0 Documentation