SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 63615: The generated code in SAS® Studio interactive mode produces "ERROR 14-12: Invalid option value compact for SAS option VALIDMEMNAME"

DetailsHotfixAboutRate It

The generated code in SAS Studio interactive mode produces the following error in your SAS log:

 ERROR 14-12: Invalid option value compact for SAS option VALIDMEMNAME.

The statement within the generated code that creates this error is as follows:

options validmemname=compact;

After the error occurs, open SAS Studio in interactive mode and ensure that the VALIDMEMNAME option has the correct value of COMPAT

You can verify that the value is updated with the following SAS program:

proc options option=validmemname;
run;

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS StudioLinux for x643.719.4 TS1M5
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.