You can use certain compiler options to help you find errors in your program, find various elements in your program, obtain listings, and prepare your program for debugging.
You can find the following errors by using compiler options (the options are shown in parentheses):
You can use find these elements in your program by using compiler options:
You can get a copy of your source (SOURCE) or a listing of generated code (LIST).
You prepare your program for debugging by using the TEST compiler option.
related tasks
Finding coding errors
Finding line sequence problems
Checking for valid ranges
Selecting the level of error to be diagnosed
Finding program entity definitions and references
Listing data items
Getting listings
Using the debugger
related references
Compiler options