Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,904,350,827 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

standards - file management systems

    0.01 sec.
standards - file management systems
In its simplest form, a data file uses fields of the same length for each item of data, for example, a plain EBCDIC or ASCII file would look like:
 Chris Smith   34 Main St.     Bangor      ME18567
 Pat Jones     10 W. 45 St.    New York    NY10002


A common format stemming from the BASIC programming language is an ASCII comma delimited file; for example, the data above would look like the following:
 "Chris Smith","34 Main St.","Bangor","ME","18567"
 "Pat Jones","10 W. 45 St.","New York","NY","10002"


Both file formats above are simple, contain only data (except for quotes and commas) and can be easily manipulated by a word processor. However, data files may also contain special codes that identify the way the data are structured within the file. For example, variable length records require a code in each field indicating the size of the field.

Whether fixed or variable length fields, the data in non-DBMS systems is linked directly to the processing. The program must know the layout of the fields in each record, and it cannot accept records in a different format. In order to process a different file format, the program must be changed.

Incompatible file formats often exist within the same organization because they were developed separately. For example, one record may reserve 40 characters for name, while another holds only 30. As long as a file management system is used rather than a database management system (DBMS), the program that processes the first file structure would have to be changed to process the second.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?   Encyclopedia browser?   Full browser?
No references found
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.