The SAS Web Editor URL is: https://academic93.oda.sas.com/SASWebEditor/
If you are using the mobile version of SAS Web Editor, then the following Web browser is supported:
Note: We recommend using a compatible keyboard with your mobile device for best results. Mobile device keyboards do work, but can impact available user interface space and appearance.
Note that user results might vary based on the Web browser being used. For example, we have found that using Mozilla Firefox provides the best results when using the offering in conjunction with Freedom Scientific®'s JAWS screen reading software (Version 14 or greater).
Apple Safari prompts you only when you sign out. If you exit the browser, close the browser tab, refresh the browser page, or navigate to a different browser page, Safari will not prompt you, and your unsaved changes will be lost.
To resolve the file format compatibility issues between Windows, Macintosh, and Unix, you will need to include a FILENAME statement that uses the TERMSTR option.
If you are using a file created with the Microsoft Windows operating system, use the TERMSTR=CRLF option, such as in the following example:
FILENAME cars "/home/<username>/Projects/data/cars.txt" TERMSTR=CRLF;
If you are using a file created with the Macintosh operating system, use the TERMSTR=CR option, such as in the following example:
FILENAME cars "/home/<username>/Projects/data/cars.txt" TERMSTR=CR;
The file names and paths listed above are for example purposes only; your values might vary. For more information about SAS syntax, refer to SAS Web Editor Documentation.
When running on top of SAS 9.3, the SVG graph device type is only supported on one browser, Mozilla Firefox or with Microsoft Internet Explorer using an Adobe plug-in. Therefore, we don't recommend using the SVG graph device when the SAS Web Editor is connected to a SAS 9.3 server (the only environment currently available). When running the SAS® Web Editor on top of SAS 9.4 (expected later in 2013), SVG should be supported on all Web browsers.