× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



DBGVIEW(*SOURCE) only puts the reference to the source member into the compiled object - I believe. *LIST puts the spooled output into the compiled object - the latter makes for a larger object on disk. However, it is always available, unlike *SOURCE. You can verify these statements by running DMPOBJ against the program - and interesting exercise.

My conclusions are from using DMPOBJ, not from any help text. I just compiled the same source with all 4 options - resulting sizes -
*ALL 385,024
*COPY 212,992
*LIST 385,024
*SOURCE 208,896
*STMT 208,896

Spooled files for *ALL and *LIST were 1 page apart - 118 vs 119 - did not do a thorough comparison.

All have symbol tables

I think *LIST would be good when you put the program on a system where the source does not exist.

Peter Connell wrote:
I always compile with DBGVIEW(*SOURCE) so that production issues can be
debugged.
I have a frontend to the STRDBG command which overrides the source file
location so it points back to the development machine on which the
source file resides.
However, there is a move afoot to change the default for all our
compiles to DBGVIEW(*LIST), the argument being that will then not matter
where the source is (sometimes it's been moved to another file?)
Apart from distributing the intellectual property along with the
executable, what are the objections to this strategy.
Peter

#####################################################################################
This correspondence is for the named person's use only. It may contain confidential or legally privileged information, or both. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this correspondence in error, please immediately delete it from your system and notify the sender. You must not disclose, copy or rely on any part of this correspondence if you are not the intended recipient. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of Veda Advantage. If you need assistance, please contact Veda Advantage on either :- Australia 133124 or New Zealand +64 9 367 6200

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.