Re: COBOL FAQ



Ken,
BellSourths is rejecting email from me to you.

That site has been up and down (mostly down) for a while. I will try and
follow-up on this.

--
Bill Klein
wmklein <at> ix.netcom.com
"Ken Mullins" <kennethpmullins@xxxxxxxxxxxxx> wrote in message
news:9zuDe.7194$dz.1705@xxxxxxxxxxxxxxxxxxxxxxxxx
> Bill...
>
> I get "Page not found" when clicking the link for the COBOL FAQ?
>
> I emailed you about it a few weeks back, but did not receive a response...
>
> kenmullins
>
>
>
>
> "William M Klein" <wmklein@xxxxxxxxxxxxx> wrote in message
> news:computer-lang/cobol-faq_1121747432@xxxxxxxxxxxxxxx
>> Archive-name: computer-lang/cobol-faq
>> Posting-Frequency: twice a month
>> Last-modified: 2004/10/27
>> Version: 3.03
>> URL: http://objectz.com/faqs/cobolfaq.htm
>> Maintainer: wmklein@xxxxxxxxxxxxx (William M Klein)
>>
>> COBOL FAQ
>> (Frequently Asked Questions)
>>
>> Last-Modified: Spring 2002
>>
>> The full (somewhat out-of-date) COBOL FAQ can be viewed at:
>>
>> http://objectz.com/faqs/cobolfaq.htm >
>>
>> If you have comments, corrects, deletions, or additions,
>> please send private email to:
>>
>> wmklein <at> ix.netcom.com
>>
>>
>> This FAQ answers such questions as (and addresses topics such as):
>>
>> - Where can I get a COBOL compiler?
>> - Is there a free COBOL compiler?
>> - Where can I contact... ?
>> - What about OO COBOL?
>> - Books about COBOL
>> - COBOL Tools
>> - What can/should I post in the COBOL newsgroups?
>> - What about USAGE? COMP? Storage for data in xyz format? etc?
>> - How do I get started with COBOL? Where can I get education?
>> Tutorials? Etc
>>
>> and much, MUCH more
>>
>>
>
>


.



Relevant Pages

  • Re: COBOL FAQ
    ... Seems like OpenCOBOL is missing in the doc :-) ... The full COBOL FAQ can be viewed at: ... Where can I get a COBOL compiler? ...
    (comp.lang.cobol)
  • Re: COBOL FAQ
    ... Maintainer: wmklein@xxxxxxxxxxxxx ... The full COBOL FAQ can be viewed at: ... Where can I get a COBOL compiler? ...
    (comp.lang.cobol)
  • Re: COBOL FAQ
    ... I get "Page not found" when clicking the link for the COBOL FAQ? ... > please send private email to: ... > - Where can I get a COBOL compiler? ...
    (comp.lang.cobol)
  • Re: invoking a method
    ... Okay, having actually done maintenance on compilers including written more than one, I'll state why I don't think your idea will work, at least, not in the context of Cobol. ... Now, I will admit I have not worked on anyone else's Cobol compiler so I don't know how they work, I will offer some thoughts on the subject based on how I suspect they work. ... I may be wrong on this point but considering the way Cobol reference manuals show Cobol syntax, I have a reasonable belief that this would be the way it would be done. ... But the high probability is that it would be an extreme effort to be able to implement such a thing, since I suspect that Cobol compilers tend to be keyword driven, thus allowing them to implement the "implicit call" function would require potentially a significant rewrite or even a reengineering of the parsing routines of the compiler. ...
    (comp.lang.cobol)
  • Re: invoking a method
    ... Okay, having actually done maintenance on compilers including written more than one, I'll state why I don't think your idea will work, at least, not in the context of Cobol. ... I was suggesting it for if I were developing my own language; a language that is not COBOL. ... I may be wrong on this point but considering the way Cobol reference manuals show Cobol syntax, I have a reasonable belief that this would be the way it would be done. ... Presumably the parser for a Cobol Compiler is going to presume some fixed syntax, i.e. a specific DIVISION having certain contexts. ...
    (comp.lang.cobol)