Re: C version of ADDLC on very long variables (PRIVATE REPLY)
"Mark S. Waterbury" <[email protected]>
| Newsgroups | gmane.comp.lang.as400.mi |
|---|---|
| Organization | Industrial Strength Software Company |
| Message-ID | <[email protected]> |
Hi, Gene: >>>---> private reply to you, off-list ... <---<<< Does it have to be in ILE C? Why not just declare and use the ADDLC instruction in-line, in say ILE RPG IV, as a built-in? (see attached examples ...) Or of course you could do that in ILE C also ... see the "MI Library Reference" manual for details ... What exactly are you trying to do? What is the end result you are trying to compute? Regards, Mark S. Waterbury > Gene_Gaunt-GDFlLPZ4eRKEK/[email protected] wrote: > What is a good ILE "C" way to do the same as MI's ADDLC on variables longer > than 8 bytes, for example: > > DCL DD A CHAR(68); > DCL DD B CHAR(68); > ADDLC(S) A, B; > > _______________________________________________ > This is the MI Programming on the AS400 / iSeries (MI400) mailing list > To post a message email: MI400-Zwy7GipZuJhWk0Htik3J/[email protected] > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/mi400 > or email: MI400-request-Zwy7GipZuJhWk0Htik3J/[email protected] > Before posting, please take a moment to review the archives > at http://archive.midrange.com/mi400. > > > _______________________________________________ This is the MI Programming on the AS400 / iSeries (MI400) mailing list To post a message email: MI400-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/mi400 or email: MI400-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/mi400.