Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fileref OUTFILE should be allowed for COM/IOM #868

Closed
scnwwu opened this issue Mar 4, 2024 Discussed in #858 · 1 comment · Fixed by #965
Closed

Fileref OUTFILE should be allowed for COM/IOM #868

scnwwu opened this issue Mar 4, 2024 Discussed in #858 · 1 comment · Fixed by #965
Assignees
Labels
bug Something isn't working

Comments

@scnwwu
Copy link
Member

scnwwu commented Mar 4, 2024

Discussed in #858

Run below code against COM/IOM, error occurs.

filename outfile '/path';
proc print data=sashelp.class;
run;
@scnwwu scnwwu added the bug Something isn't working label Mar 4, 2024
@sasutils
Copy link

Any progress on this? It should be simple to at least change the fileref that is hardcoded in the extension from OUTFILE to some other name that is less likely to be used by the users SAS program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants