Hi, I am getting below error while submitting the code. Please advise? ERROR: Sort execution failure. NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements. 89 QUIT; NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE SQL used (Total process time): real time 16:27.87 user cpu time 8:57.96 system cpu time 3:37.82 memory 12585386.64k OS Memory 12604136.00k Timestamp 04/12/2017 04:20:35 PM Step Count 6 Switch Count 258 3 The SAS System 15:45 Wednesday, April 12, 2017 Page Faults 16 Page Reclaims 2978910 Page Swaps 0 Voluntary Context Switches 3831365 Involuntary Context Switches 2916139 Block Input Operations 2224 Block Output Operations 136374688 I have check below values in sas config file -WORK /saswork -MEMSIZE 48G -SORTSIZE 12G -WORKPERMS 700 There is no uttloc seperate entry in config file.
... View more