RDOHELP72.HLB  —  Value expr, statistical_expression, Format  AVERAGE
    --> AVERAGE --> value-expr --> OF --> rse -->

    Display the average salary of all the employees whose salaries
    exceed $50,000:

    PRINT  AVERAGE CS.SALARY_AMOUNT OF
            CS IN CURRENT_SALARY WITH
             CS.SALARY_AMOUNT GT 50000
Close Help