SCOUG-SundialSIG Mailing List Archives
Return to [ 31 |
May |
2001 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
"Fractional pricing is a pain. I used special coding for ease of
data entry and readability when I was still typing in numbers:
.18 was one eighth, .34 was three fourths, etc. I have data for
one stock which traded in 32nds -- Jaguar (.1732 would be 17/32).
Here's your first classroom problem: If my computer saw a data
entry of 27.78, what would the real price be?"
Assuming that the smallest fractional unit was 1/32nd, you could
have solved this using PL/I and declaring the field to be "fixed
bin (31,5), a fullword binary number with a fractional part. Of
course, if you are using REXX, C, PASCAL, COBOL, FORTRAN, JAVA,
C++, LISP, PROLOG, or even assembler, you can't do that.
27-7/8 presents no problem. As Peter suggests you let the
computer, in this instance the compiler, worry about generating
the correct code. Just note that this capability, which has never
been reproduced in any other programming language, has been
available since 1964.
So much for historical oddities of programming languages. Peter
has provided excellent insight into how he processes, stores,
maintains, and retrieves his financial data. May I suggest that
he expand it into a more formal presentation combined with a Q&A
to serve as the topic for our next Sundial SIG meeting in June?
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-sundialsig".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 31 |
May |
2001 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|