From: Aknas Dii on
I have sorting issue problem, tried different approach but no luck.

Here is the error msg:

103 PROC SORT DATA =FOO; BY ID YARN;
RUN;


NOTE: 3899 cylinders dynamically allocated on SYSDA for each of 3 sort work
data
ERROR: Sort did not complete successfully. See messages on the Job Console
Log o
ERROR: Sort did not complete successfully. See messages on the Job Console
Log o

The SYSOUT msg:

WER046A SORT CAPACITY EXCEEDED
WER066A APROX RCD CNT 165189878


Tried to increase the sorting space :

047100 //SASSTP01 EXEC SAS,COND=(0,NE),
047200 // OPTIONS='MACRO,MPRINT',
047300 // REGION=11M,
047400 // WORK='800,500',SORT=10


Thanks in advance.

Dii