RDOHELP72.HLB  —  DCL invoke
    Gives access to DCL from inside RDO.

    The dollar sign ($) instructs RDO to spawn a subprocess and
    pass the next keyword to DCL for processing. You must follow the
    dollar sign with a DCL command. After DCL processes the command,
    it logs out of the subprocess and returns control to RDO.

    Example:

    RDO> $ MAIL

    MAIL>

    Format

    $ dcl-command

1  –  More

    You need no special Oracle Rdb privileges to use this statement.

2  –  Example

    Show current default OpenVMS directory:

    RDO> $ DIRECTORY

    Directory DISK2:[DEPT3.ACCT]

    DEFPRO.RDO;6    NOTEQUAL.RDO;1   QUERY.RDO;1    REFEXAM.RDO;12
    STORE.RDO;1     UPDATE.RDO;2

    Total of 6 files.

    RDO>
Close Help