× 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.



On 2023-07-27 11:58 a.m., Howie, Bill wrote:
Hello,

We have the need to see how program objects were compiled, ahead of an upgrade of our ERP system. Specifically, we want to see if all the programs in a specific library were compiled with FIXNBR(*ZONED), so that if any were not we can recompile. Anyone know of one of the system tables that might contain this info? Any information is most appreciated. Thanks!

There is nothing visible in the module or program object to indicate that FIXNBR(*ZONED) was used for the compile. The FIXNBR parameter value just affects how the compiler generates the program; it doesn't become an attribute of the compiled object.

You mentioned the debug view. Assuming the program has not been changed by CHGPGM RMVOBS(*DBGDTA), you can see the debug views by starting the debugger and using F15 to see the available views.

There is also a DEBUG_DATA column in BOUND_MODULE_INFO, but it doesn't indicate which debug views were requested.
https://www.ibm.com/docs/en/i/7.5?topic=services-bound-module-info-view


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.