In UNIX operating environments, SAS data set names are
written in all lowercase characters. Because of this requirement,
SAS reads only data set names that are written in all lowercase characters.
If you use the UNIX
utilities
mv
or
cp
to rename SAS data set names with uppercase or mixed-case characters,
SAS can no longer read the data set names.
UNIX is case sensitive.
Therefore, a data set named
xxx.sas7bdat is not the same as a data set named
XXX.sas7bdat. In fact, both of these data sets
can reside in the same directory as completely different data sets.