Capturing Compiler Output
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Capturing Compiler Output
I have been using TextPad for about three months and I am a BIG fan! It has been very useful in java, html and text processing. I also use it to support a COBOL application. The COBOL compiler produces two forms of printed output. These are an Error Listing and a Compiled listing, (source code plus code from copybooks). The normal setup captures the Error listing in a TextPad window. Anyone know how to also capture the Compiled listing? It is created with a *.LST extension. Barring an easy solution, could I capture the Compiled listing RATHER THAN the Error listing? It has any errors that exist at the end and I could use a split screen to view the error and the actual source of the error.