RMUALTER72.HLB  —  EXIT  Examples
    Example 1

    The following example exits RdbALTER command level and returns
    you to the DCL command level:

    RdbALTER> EXIT
    $

    Example 2

    The following example shows that you cannot exit from the
    RdbALTER session if there are uncommitted changes in your
    database:

    RdbALTER> DEPOSIT ROOT SPECIFICATION=DISK1:[RICK]MF_PERSONNEL.RDB;1
    (marked) Root file specification is: "DISK1:[RICK]MF_PERSONNEL.RDB;1"
    RdbALTER> EXIT
    %RMU-F-COMMITROLL, currently modified ROOT fields must be committed or
    rolled back
Close Help