gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] Output listing.


From: Vince Coen
Subject: Re: [open-cobol-list] Output listing.
Date: Thu, 11 Nov 2010 17:51:28 +0000
User-agent: KMail/1.13.3 (Linux/2.6.33.7-server-2mnb; KDE/4.4.3; i686; ; )

On Thursday 11 Nov 2010, John Culleton wrote:
> Is there a way to get an output listing that shows line numbers that
> match up with the error messages? Or at least shows the line numbers I
> have included in the source file? In general too much has been stripped
> out of the output file, such as comments and line numbers.
> 
> Some compilers include the error messages also in the output listing,
> each just after the line that caused it. That would be nice.

Sure just add -P to the cobc command line and you will get progname.lst
It will have the commends stripped out but the line numbers take that into 
account, e.g., line count applies to comment lines etc.

Bye the bye so, does the error messages

Vince

-


reply via email to

[Prev in Thread] Current Thread [Next in Thread]