Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
667 668 669 proc sort data=work.transactions; by invoice; run; NOTE: Input data set is already sorted, no sorting done. NOTE: PROCEDURE SORT used (Total process time): real time 0.07 seconds cpu time 0.03 seconds