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?
|
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?
| ||||
|
feedback
|
|
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. | |||
|
feedback
|
|
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 | |||
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"" | ||||
|
feedback
|