I have a color scheme for enhanced editor in SAS 9.2.
How can i share this scheme with others?
Where does file of scheme be found?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The editor coloring scheme is stored in SAS registries.
You can export and import registry entries to share the scheme definitions.
There is a SASHELP and SASUSER (user defined) part of registry. I didn’t try it, so I’m just guessing – based on whether you modified original color scheme or defined your own, it’s stored in either SASHELP or SASUSER part. For that, you may need to use or not use
USESASHELPoption ofPROC REGISTRYto export the definition.Here’s how you do it.
Anyway, modifing the registry is a low-level intervention to the system, so I recommend you make a full backup of your registry before importing a registry file: