up vote 0 down vote favorite
share [g+] share [fb]

In terms of general operating system concepts, what is the difference between a file and a record?

How the OS will manage them? I know what a file is and what a record is but how it is distinguished in an OS?

link|improve this question

feedback

3 Answers

These days, on Win32 and *nix at least, there is no difference. A file is just a bag of bytes to the OS, and it's left up to applications to manage and work with those bytes, either all at once or one record at a time.

The days of defining record formats and i/o sources in JCL are long gone.

link|improve this answer
feedback
up vote 0 down vote accepted

yeap

I got the answer

A file is a collection or set of records.

Typically, In database sense, A Group of records makes a file.

A group of attributes makes a record

link|improve this answer
sorry for posting the answer directly.but i found it r8 now.thank u.please dont scold me – Manoj Doubts Oct 31 '08 at 4:06
feedback

The Good answer is that 1 ""A collection of related fields treated as a single unit is called a record. A collection of related record treated as a single unit is called a file or a data set""

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.