|
> It looks like a Prototype would make sense for using > > C CallP Sleep('for' '00:30:00') > > or > > C CallP Sleep('til' '16:30:00') > > command then? This raises an interesting question. If I was coding this, I would tend to use symbolic constants (I don't trust string literals): D FOR C 0 D UNTIL C 1 C CallP Sleep(FOR '00:30:00') The question is, how do I make these constants available to the client of a service program? I can't EXPORT a CONST from a module. The workaround I have used is to code the constant declarations into the /COPY member with the prototypes, which makes them available to both the service program and the client. Is there a better way? -- Paul +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.