7.107.2 SELECT Comments / Warnings

SQL does not handle all of its table operations in the same manner as file operations on the IBM i. Here are some important points which you should be aware of:

      SELECT FIELDS(...) FROM_FILE(...) WHERE('#SALARY <  

             #REQSALARY')

          .......

          .......

          .......

         CHANGE #REQSALARY ('#REQSALARY * 1.1')

      ENDSELECT