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



I need to calculate a standard deviation on a 60 record sub-set of a
larger
table of records. Each time I perform this calculation I'll drop the
oldest
record and add the just read record and perform the calculation again
until
I've done this for all the records in the table. I was able to do this
same
type of calculation to come up with a "moving average" using XFOOT on
the
array holding the data and dividing by the number of elements in the
array.
Anyone know a simple way to do this inside RPG?

XFOOT is an RPG instruction, right? What am I missing?

Is there a way to call a function in another language?

Yes. The opcode is CALLP. Or in free-format:

myfunction(myFirstArg: mySecondArg) ;

Of course, you will need the prototype et cetera.

Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"A lie can travel half way around the world while the truth is putting on
its shoes."
-- Mark Twain




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.