Calculate the Avgage and Avgsal columns. The AVG summary function calculates the average age and average salary for each job code.


             avg(int((today()-birth)/365.25)) as avgage
                format=2. label='Average Age',
             avg(salary) as avgsal
                format=dollar8. label='Average Salary'