How do I access 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
How do I delete files with a : *.; in the name? if you have a unix file named
sample.tmp*2
you could delete the file by issuing the command
rm sample.tmp\*2
The backslash (\) used above is known as an escape character. The escape character prevents the unix shell from interpreting the next character.
...
What is phpMyAdmin? phpMyAdmin is a MySql database administration tool that is used over the web. You can use it to
create, drop, alter tabledelete, edit, add fieldsexecute SQL statementsYou must have a mysql account on andromeda before you can access phpMyAdmin. The tool can be accessed at