For the latest version of JMP Help, visit JMP.com/help.


Scripting Guide > Extending JMP > Work with SAS > Get SAS Preferences
Publication date: 06/21/2023

Get SAS Preferences

To get the current SAS version preference, use:

Get SAS Version Preference();

To set the current SAS version preference, use:

Preference( SAS Integration Settings( SASVersion( "9.4" ) ) );
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).