Before you begin, you must complete Exercise 4.1: Verifying the source.
The remote compile capability is part of the Remote System Explorer. It gives you a workstation interface to submit requests to compile, bind, or build objects on the iSeries host. It allows for easy access to all the compile options available for all the supported CRTxxx commands.
If you used the local program verifier, then your host compiles should be successful -- no wasted iSeries cycles. However, if there are errors, the host compiler will send the error information back to the workstation and they will be loaded into the iSeries Error List view, which behaves just as it did when you did a program verify.
The default for compiling programs is to submit the compile to the batch job queue. Here in this exercise you can run the compile interactive.
Changing compile preferences
To change the preferences to run the compile interactive:
Invoking the compile command
You will now use the prompt for the CRTBNDCBL command to specify your compile parameters. All entry fields pertaining to names are already filled in with the correct information.
To compile source:
The Create Bound COBOL Program (CRTBNDCBL) dialog opens.
If you want to see the other parameters available, click Advanced.
The progress bar on the workbench (bottom right corner) will indicate that the compile runs. Then the error list will be shown, with no errors, just information messages.
If you are not sure that the compile was successful, you can check the
iSeries Commands Log.
This log shows a list of all commands run on the remote system and the messages returned for each command.
You have set compile preferences, invoked the compile command, checked for a successful compile and now you are ready to begin Exercise 4.3: Submitting iSeries commands in the iSeries table view.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.