Listing the Source (L)

The L option allows the programmer to scan the source code as each line is compiled. This option might be used with the P option to obtain a printed listing of the source code. Error messages are printed with the source line at which they are detected, so the programmer can study the program source code adjacent to the errors that it produces.

As an alternative, the E option prints only the lines with errors.

See Also

Compiling the Program

Option for Debugging a Program (X)

Options for Cataloging (C, S)

Printing Compiler Output (P)

Specifying a Version of the Operating System

Obtaining the Compilation Time and Date