Even changes in the characteristics of data, such as changing a field from integer to decimal, require changes in all
the programs that access the file. Because all data access programs are subject to change when any of the file’s data
storage characteristics change (that is, changing the data type), the file system is said to exhibit data dependence.
Conversely, data independence exists when you can change the data storage characteristics without affecting the
program’s ability to access the data.