Library /sys$common/syshlp/RDOHELP72.HLB  —  STORE
    Inserts a record into an existing relation. Within a single STORE
    statement, you can refer to only one relation.

    You cannot store records into a view that was defined using the
    WITH, CROSS, or REDUCED clause.

    Example:

    RDO>  STORE D IN DEPARTMENTS USING
    cont>   D.DEPARTMENT_CODE = "RECR";
    cont>   D.DEPARTMENT_NAME = "Recreation";
    cont>   D.MANAGER_ID = "00175";
    cont>   D.BUDGET_PROJECTED = 240000;
    cont>   D.BUDGET_ACTUAL = 127098
    cont> END_STORE

    RDO>
Additional Information: explode extract
Format Examples
segmented string STORE
Close Help