View Questions by Category: |
|
|
Unix
|
There was 1 question found in this category:
-
How do I use a SAS on Unix?
Initially you will need to create a file containing your SAS program. The Unix system contains several editors you can use to create a file. These include emacs, pico and vi.The file you create should have an extension of .sas
You could run a sas program by issuing the following command
|