Build style - CL Program

This build style calls a CL program in remote system to compile members in i Projects.
CL Program
Uploads the BIND.CLLE, which is manually created by the user, and COMPILE.CLLE members from the source file that you designated in the style configuration for this project. It then compiles and runs them to build this project on the server. This build style contributes the following actions to the Remote Actions menu:
Push Changes
Pushes any new or changed items found in the selected project. An item is changed if it has been updated locally since the last time it was pushed, either by Push Selected or Push Changes. The first time it is done, all resources are uploaded to the associated library. Each subsequent upload is incremental.
Push Selected
Uploads all selected resources and their children to their corresponding IBM® i source files and members in the associated library. It creates any resources that do not exist. It overwrites any changes that have been made on the server only if confirmed by the user. Use this action to force the contents of the associated library to match the workspace.
Submit Build
Submits a job to compile and run the i Project on the server by using the COMPILE and BIND programs from the source file that you specify.
This style compiles and runs two CL programs:
COMPILE
Compiles source members into programs or modules.
BIND
Creates program and service programs if the BIND.CLLE source member has been manually created by the user and the COMPILE program runs successfully.

Feedback