Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: OT: Cobol Copybook format

Re: OT: Cobol Copybook format

From: Scott Canaan <srcdco_at_ritvax.isc.rit.edu>
Date: Mon, 27 Aug 2001 09:05:09 -0700
Message-ID: <F001.003783FE.20010827081131@fatcity.com>



Lisa,
    These are usually file layouts, in COBOLese. 
FILLER is usually unused space, as in:
first-name pic x(20).
filler pic x value space.
last-name pic x(30).
This is the first name, a space, and the last name.  FILLERs usually
have a value associated with them, unless they are truly not used, since
COBOL does not do a good job of initializing fields (some programmers do
it manually by moving spaces to the entire record).
    If you have any further questions, don't hesitate
to ask...
"Koivu, Lisa" 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.
 

--
Scott Canaan (srcdco@rit.edu)
(716) 475-7886
"Life is like a sewer, what you get out of it depends on what you put
into it" - Tom Lehrer
 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Scott Canaan
  INET: srcdco@ritvax.isc.rit.edu

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@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:05:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US