The SELECT statement selects all columns from PROCLIB.JOBS. PW=RED is necessary because the view is password-protected.
   title 'Current Summary Information for Each Job Category';
   title2 'Average Age Greater Than Or Equal to 30';
   select * from proclib.jobs(pw=red);