Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
proc print data=company.organization; where department='Sales'; run; Department Department options msglevel=i; proc print data=company.organization (idxwhere=no); where department='Sales'; run; INFO: Data set option (IDXWHERE=NO) forced a sequential pass of the data rather than use of an index for where-clause processing.