DTRHELP.HLB  —  Commands Statements Clauses, REDEFINE Command
       Creates a new version of an object.

       Format

                   { DATABASE  }
                   { DOMAIN    }
                   { PORT      }
         REDEFINE  {           } definition
                   { PROCEDURE }
                   { RECORD    }
                   { TABLE     }
                   {           }

1  –  Argument

    definition

       Is the path name of the definition and any other keywords, path
       names, or arguments that an object takes. (For an explanation of
       these arguments, see the DEFINE command for each object.)

2  –  Examples

       The following example redefines the domain YACHTS using the
       record definition YACHT and storing the data in the file
       DB2:[SMYTHE]YACHT.DAT:

       DTR> SHOW DOMAINS
       Domains:
            * YACHTS;1

       DTR> REDEFINE DOMAIN YACHTS
       DFN> USING YACHT ON DB2:[SMYTHE]YACHT.DAT;

       DTR> SHOW DOMAINS
       Domains:
            * YACHTS;2     * YACHTS;1
Close Help