Re: Program compile information
Daniel Gross <[email protected]>
| Newsgroups | gmane.comp.lang.as400.rpg |
|---|---|
| Message-ID | <[email protected]> |
Hi Doug, AFAIK the info is only in the compiler listing - and not compiled into the object. It's best, to have those options in the CTL spec - and not to rely on the programmer to compile it correctly. CTL-OPT FIXNBR(*ZONED:*INPUTPACKED); This should do the trick - the control specification is overriding the value on the command. HTH Daniel > Am 10.11.2025 um 17:03 schrieb DEnglander--- via RPG400-L <[email protected]>: > > I have a program where the source instructs the developer to compile it > using the FIXNBR parameter being set to *ZONED and *INPUTPACKED. How can I > tell if the program was compiled with those options? I have looked at > DSPPGM and don't see where this option is shown. Is there another place I > should be looking? > > Thank you, > > Doug > > > > "CONFIDENTIALITY NOTICE: This e-mail transmission (and/or the attachments accompanying it) contain confidential information belonging to the sender. The information is intended only for the use of the intended recipient. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or the taking of any action in reliance on the contents of the information is strictly prohibited. Any unauthorized interception of this transmission is illegal under the law. If you have received this transmission in error, please promptly notify the sender by reply e-mail, and then destroy all copies of the transmission." > -- > This is the RPG programming on IBM i (RPG400-L) mailing list > To post a message email: [email protected] > To subscribe, unsubscribe, or change list options, > visit: https://lists.midrange.com/mailman/listinfo/rpg400-l > or email: [email protected] > Before posting, please take a moment to review the archives > at https://archive.midrange.com/rpg400-l. > > Please contact [email protected] for any subscription related questions. > -- This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: [email protected] To subscribe, unsubscribe, or change list options, visit: https://lists.midrange.com/mailman/listinfo/rpg400-l or email: [email protected] Before posting, please take a moment to review the archives at https://archive.midrange.com/rpg400-l. Please contact [email protected] for any subscription related questions.