Problem Note 67357: SAS® Studio 5.2 does not open a file after you click "Open" in the dialog box
Within the Google Chrome or Microsoft Edge browser, in SAS Studio 5.2, a dialog box to open a text file does not open the file.
For example, the following code creates a file called Myfile.txt:
data null;
file _dataout;
put 'Testing';
run;
%let _DATAOUT_NAME=Myfile.txt;
%let _DATAOUT_MIME_TYPE=text/plain;
SAS Studio then shows the following dialog box:
When you click Open, nothing happens. If the browser developer tools are active, the following message might appear in the browser console:
Download is disallowed.
Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.
Operating System and Release Information
SAS System | SAS Studio for Viya | Microsoft® Windows® for x64 | 5.2 | 2020.1.4 | Viya | Viya |
Linux for x64 | 5.2 | 2020.1.4 | Viya | Viya |
*
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.
In Google Chrome or Microsoft Edge browsers, a SAS Studio 5.2 dialog to open a text file does not open the file.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2021-02-26 15:47:55 |
Date Created: | 2021-02-02 14:43:32 |