The solution is to increase the work logic library disk's physical space available:
1. Such as SAS, increase in D disk can choose D disk space available (but increase the risk of space on the disk C is larger, there may be unexpected mistakes is a system crash),
2. People think this method is more recommended: modify the WORK logic library paths, amend the its path to disk space available larger (generally more than 20 g available space is better) of disk, the simple and crude, don't need to download what software to increase disk space!
Specific methods are as follows: in his computer SAS found under the installation path diagram corresponds to the position of "~ ~ \ SASFoundation \ 9.4 \ NLS \ useful" (useful refers to the Chinese version, English for en) under sasv9. CFG file modified parameters:
1. With/* */comment out - WORK! "" TEMP \ SAS Temporary Files "row (this step to backup, convenient change back later),
Start a new line 2: - WORK "D: " D: \ to modify the disk path; Finally, save the file! (open SAS, the need to restart the SAS)
