Re: J4 - presentation/discussion on "Future of the COBOL Standard"




"Frank Swarbrick" <Frank.Swarbrick@xxxxxxxxxxxxxx> wrote in message
news:47D56BE4.6F0F.0085.0@xxxxxxxxxxxxxxxxx
On 3/9/2008 at 2:16 PM, in message
<HAXAj.5290$FE.820@xxxxxxxxxxxxxxxxxxxxxx>, William M.
Klein<wmklein@xxxxxxxxxxxxxxxxx> wrote:
<snip>
I am perplexed by some of the things they don't think would be useful to the
average Cobol programmer. Variable length fields and (dynamic capacity)
tables are features that I personally think would be very useful! Seems
that exception handling could use a rework, but why eliminate RESUME. I've
never really understood how Cobol 2002 exception handling is suppose to work
anyway...

Frank

Frank,
I am not certain that they are saying that some of these features wouldn't be
"useful". However, as currently defined (in WD 1.10) there are both technical
problems and the run-time overhead would be significant.


--
Bill Klein
wmklein <at> ix.netcom.com


.



Relevant Pages

  • Embedded C++
    ... code should support exception handling and most C++ features but there is no ... Last, I don't want to link stuff I don't need (std C++ lib, std C lib, ...). ... I will provide my own functions for this (I know the exception handling ... Parts of gcc source code or libs I need to compile against my project to ...
    (comp.arch.embedded)
  • Re: differences between c and c++
    ... A few major C++ features not available in C: ... Exception handling ... Function overloading ... with support for procedural, object-oriented and generic programming, while ...
    (comp.lang.cpp)