POV-Ray : Newsgroups : povray.off-topic : COBOL Wow Server Time
29 Sep 2024 21:26:24 EDT (-0400)
  COBOL Wow (Message 31 to 32 of 32)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Darren New
Subject: Re: COBOL Wow
Date: 13 Apr 2009 21:04:22
Message: <49e3e116$1@news.povray.org>
clipka wrote:
> Business doesn't give a damn about high precision, as long as rounding rules are
> precisely followed.

That too. And you can't follow the rounding rules with floats.  But if you 
add up ten dimes, it better come out to a dollar. Whether you do that with 
rounding or with decimal arithmetic, it doesn't matter much, but it's much 
easier to know it works if you use decimal arithmetic.

One of the mainframes I first worked on has the "Scientific Computing Unit" 
(floating point) and the "Business Computing Unit" (decimal arithmetic and 
output formatting) as optional coprocessors.

-- 
   Darren New, San Diego CA, USA (PST)
   There's no CD like OCD, there's no CD I knoooow!


Post a reply to this message

From: Invisible
Subject: Re: COBOL Wow
Date: 14 Apr 2009 06:18:25
Message: <49e462f1$1@news.povray.org>
"some 70% to 80% of UK plc business transactions are still based on Cobol"

What, exaclty, does that mean?

80% of transaction processing systems are COBOL?

80% of "UK plc businesses" use COBOL?

80% of business transactions "touch" at least one COBOL system somewhere 
along the line?

This could be interpretted so many different ways...



http://www.99-bottles-of-beer.net/language-cobol-1820.html

It burns. IT BURNS!! >_<

What sick, sick person thought that

   SUBTRACT 1 FROM Bottles GIVING Remaining-Bottles

is simpler than

   let b' = b-1

?!


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.