Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 23: Selecting Efficient Sorting ... > Using a Threaded Sort - Pg. 825

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