DTRHELP.HLB  —  Commands Statements Clauses, RELEASE SYNONYM Command
       Releases the definition of a synonym for a DEC DATATRIEVE
       keyword.

       Format

         RELEASE  SYNONYM  synonym-name-1  [,...]

1  –  Argument

    synonym-name

       Is a synonym already defined for a DEC DATATRIEVE keyword.

2  –  Example

       The following example defines synonyms for PRINT and READY and
       then releases the synonym definitions:

       DTR> DECLARE SYNONYM P FOR PRINT, R FOR READY
       DTR> R OWNERS; P FIRST 1 OWNERS

                        BOAT
          NAME          NAME         BUILDER     MODEL

       SHERM      MILLENNIUM FALCON ALBERG     35

       DTR> RELEASE SYNONYM R, P
       DTR> R YACHTS
       R YACHTS

       Expected statement, encountered "R".
       DTR> P OWNERS
       P OWNERS

       Expected statement, encountered "P".
       DTR>
Close Help