Hello
I want to open a SAS session from the server to run some code, but it is failing me.
I have seen in some manunes that it can be invoked with the command:
Example: invoke an interactive SAS session
To invoke an interactive SAS session, without specifying any SAS system options, enter
sas
but this fails me with:
$ sas
-bash: sas: command not found
I also tried another method which can be:
Invoking SAS in line-interactive mode
To start a line-interactive mode session, invoke SAS with the NODMS or NODMSEXP system option:
sas -nodms
sas -nodmsexp
but the same problem:
sas -nodms
-bash: sas: command not found
Does anyone know how you can invoke a session sas from Linux server?