An index is a file associated with a table that allows access to rows by index value. Indexes can speed up access to small subsets of data and improve table joins. You can create indexes, but it is PROC SQL that determines whether it is efficient ...