Thank you for your reply! In the past few hours, I searched for information regarding the MEMSIZE option on the web and found a convenient way to change the memory available for a SAS session into 1TB while launching a new SAS session on my computer that is using Windows 10.
Step 1: open a folder (any folder will do);
Step 2: Paste the following code in the address bar:
C:\Program Files\SASHome\SASFoundation\9.4\sas.exe -memsize 1T
For readers not familiar with the meaning of this code, it should be noted that the path is where my SAS is installed. Readers using my code should change that path to the where SAS is installed in their computer accordingly.
Step 3: Press the "Enter" button on the keyboard.
And everything is done. A SAS session is launched automatically after you press the "Enter" buttion. But it should be noted that the alteration done in this manner is only valid in this very session. In other words, if you end this session by closing SAS window and launch yet another one with another method (like clicking the SAS shortcut in the Start Menu), then the largest amount of memory SAS can use resumes to the default value, which is usually 2GB.
... View more