Rather than think of them as a table, think of each
copybook mapping a record in a file (which is what
cobol is basically designed to do)...
The numeric levels are a hierarchical way of grouping
the levels... For example:
10 date-created
20 year-created pic 99
20 month-created pic 99
20 day-created pic 99
would imply that the "date-created" is a 6 digit
number comprising three components (yr/mon/day).
Within cobol you could refer to either level to
use/create the records.
hth
connor
- "Koivu, Lisa" <lisa.koivu_at_efairfield.com> wrote:
> Good morning everyone,
>
> I have this messy document that is known as a
> copybook. I've been searching
> the web to help me understand what the appropriate
> way to translate this
> into a table is. If anyone has a link they are
> willing to share, or is
> willing to answer questions (like what the heck is
> FILLER?) please email me
> directly.
>
> Thank you!
>
> > Lisa Koivu
> > Oracle Database Administrator
> > 954-935-4117
> >
> > The information in the electronic mail message is
> Cendant confidential and
> > may be legally privileged, it is intended solely
> for the addressee(s)
> > access to this internet electronic mail message by
> anyone else is
> > unauthorized. If you are not the intended
> recipient, any disclosure,
> > copying, distribution or any action taken or
> omitted to be taken in
> > reliance on it is prohibited and may be unlawful.
> >
> > The sender believes that this E-mail and any
> attachments were free of any
> > virus, worm, Trojan horse, and/or malicious code
> when sent. This message
> > and its attachments could have been infected
> during transmission. By
> > reading the message and opening any attachments,
> the recipient accepts
> > full responsibility for taking protective and
> remedial action about
> > viruses and other defects. Cendant Corporation or
> Affiliates are not
> > liable for any loss or damage arising in any way
> from this message or its
> > attachments.
> >
> >
>
Connor McDonald
http://www.oracledba.co.uk (mirrored at
http://www.oradba.freeserve.co.uk)
"Some days you're the pigeon, some days you're the statue"
Do You Yahoo!?
Get your free @yahoo.co.uk address at
http://mail.yahoo.co.uk
or your free @yahoo.ie address at
http://mail.yahoo.ie
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: =?iso-8859-1?q?Connor=20McDonald?=
INET: hamcdc_at_yahoo.co.uk
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Mon Aug 27 2001 - 11:26:57 CDT