Exercise 3.9: Changing PAYROLLG again and submitting another build

Before you begin, you must complete Exercise 3.8: Filtering out remote objects.

Now let's change PAYROLLG again and the submit another build. You will see that only the changed file is pushed to the iSeries.

To change PAYROLLG and submit another build:

  1. Double-click PAYROLLG in QRPGLESRC.
  2. In the Editor add a comment line to the source.
  3. Save the file and close the Editor.
  4. Right-click the iSeries Project MyProject and click Remote Actions > Submit Build on the pop-up menu.
  5. Only the member and COMPILE.CLLE are pushed to the iSeries.
    PAYROLLG.*pgm.rpgle changed member push

You have pushed only the changed file to the iSeries.

Module recap

You have completed Module 3. Creating and Building an iSeries Project. You have learned how to:

Now that you know how to build source you could start an interactive connection and then run your program interactively. You could also start the iSeries Integrated Debugger to debug your application. You can do the same run and debug tasks that are outlined in the tutorial named Maintain an ILE RPG application using the Remote System Explorer.

Finish the tutorial by reviewing the materials in Summary.