Anton
V.
Projects and
blogs
Random
Code
editors
SAS Editor
SAS Editor
A simple online editor for the SAS statistical analysis language.
untitled.sas
— SAS Editor
File
New...
Open...
Save
Save as...
Reload
Edit
Copy all content to clipboard
Clear content
View
Line numbers
Word wrap
data work.hello; input name $; datalines; Alice Bob ;
1
data work.hello;
2
input name $;
3
datalines;
4
Alice
5
Bob
6
;
SAS Editor