How can I write and run SAS code from linux command line (eg, the terminal, from which all other programs can be executed)?
Eg, use a text editor to create a file like 'file.sas' then run in the command line
'sas file.sas'
Ie, can I run without using the sas command line and user interface
For example, in python you can write a .py script in a text editor and execute using python file.py
sas program_name.sas
is the correct method to call a program from the command line. What is the issue you're experiencing? Or why do you think it's not working. – Reeza