Task error reporting and handling
Use the Remote Error List to find and correct syntax check and build errors.
Syntax errors
Procedure
- In the editor, right-click and select Syntax
check. If the compilation fails, the error message is displayed, along with an indication of the line number in error in the source code.
- Double-click the error message. The cursor is placed in the editor view at the line that contains the error.
- Make the correction and press CTRL+S to save the file.
- Perform the syntax check again. If you fixed the problem, the error message is removed from the Remote Error List.
Build errors
Procedure
- From the z/OS Projects view,
right-click the project and select Rebuild Project.
If the build fails, error messages are shown in the Remote Error List.
- Make the required corrections.
- Click OK to save your changes.
- Perform the build again. If you fixed the problem, the error message is removed from the Remote Error List.