gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] Re: open-cobol-list digest, Vol 1 #183 - 2 msgs


From: E. Narayanan
Subject: [open-cobol-list] Re: open-cobol-list digest, Vol 1 #183 - 2 msgs
Date: Wed Jun 16 01:00:04 2004

Hi Gary,

Thanks for the info ! I found a decent tutorial on the
Copy verb at
http://www.csis.ul.ie/COBOL/Course/Copy.htm

If as you say there is no spec for copybook I assume
it then follows the cobol langauage spec. I got
numerous links to cobol langauge refences for DEC, IBM
etc. I tried to search for ANSI cobol standard but
couldnt get anything really useful. Would you know of
any spec on ANSI standard cobol from which I could
learn the language syntax and features ?

Thanks Again,
Ed

--- address@hidden
wrote:
> Send open-cobol-list mailing list submissions to
>       address@hidden
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
>
https://lists.sourceforge.net/lists/listinfo/open-cobol-list
> or, via email, send a message with subject or body
> 'help' to
>       address@hidden
> 
> You can reach the person managing the list at
>       address@hidden
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of open-cobol-list digest..."
> 
> 
> Today's Topics:
> 
>    1. Regarding Cobol Copybook (E. Narayanan)
>    2. Re: Regarding Cobol Copybook
> (=?iso-8859-1?q?Gary=20Cowell?=)
> 
> --__--__--
> 
> Message: 1
> Date: Mon, 14 Jun 2004 23:27:18 -0700 (PDT)
> From: "E. Narayanan" <address@hidden>
> To: address@hidden
> Subject: [open-cobol-list] Regarding Cobol Copybook
> 
> Hi,
> I am a java programmer. I am working on converting
> Cobol copybooks to other formats. I went through a
> couple of Cobol tutorials but could not find any
> reference to copybook in them.
> 
> - Is copybook a way of representing the Working
> Storage section in a file just like "include files"
> in
> C/C++ or is it more than that ? Or is it like a data
> format definition like an XSD ? 
> 
> - Is there any standard specification for copybook
> which I can reference. Searching on google only
> yielded examples of copybooks rather than the spec
> itself. 
> 
> Any links would be appreciated !
> 
> Thanks,
> Ed
> 
> 
>  
> 
> 
>       
>               
> __________________________________
> Do you Yahoo!?
> Friends.  Fun.  Try the all-new Yahoo! Messenger.
> http://messenger.yahoo.com/ 
> 
> 
> --__--__--
> 
> Message: 2
> Date: Tue, 15 Jun 2004 09:07:00 +0100 (BST)
> From: =?iso-8859-1?q?Gary=20Cowell?=
> <address@hidden>
> Subject: Re: [open-cobol-list] Regarding Cobol
> Copybook
> To: address@hidden
> 
>  --- "E. Narayanan" <address@hidden> wrote:
> > 
> 
> > - Is there any standard specification for copybook
> > which I can reference. Searching on google only
> > yielded examples of copybooks rather than the spec
> > itself. 
> > 
> 
> 
> There's no spec for a copybook AFAIK. They're just
> fragments of source code, from any part of a cobol
> program, working storage, linkage section, procedure
> division or whatever.  They are included into the
> main
> body of the cobol program by use of the COPY verb.
> The
> copy verb may be used to replace one or more tokens
> in
> the copybook with something else.
> 
> e.g.  
> 
>          COPY FILE-UTIL REPLACING ==FILE1== BY
> MY-INPUT-FILE
> 
> so as to be able to write generic copybooks that can
> be included in many programs by way of replacing
> generic tokens with names specific to the program
> being copied into.
> 
> I don't know if this is enough for you, but it's all
> I
> can distill from memory about copybooks.
> 
> G
> 
> 
>       
>       
>               
>
___________________________________________________________ALL-NEW
> Yahoo! Messenger - sooooo many all-new ways to
> express yourself http://uk.messenger.yahoo.com
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> open-cobol-list mailing list
> address@hidden
>
https://lists.sourceforge.net/lists/listinfo/open-cobol-list
> 
> 
> End of open-cobol-list Digest
> 



        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]