Run .SAS en bath mode - Linux

37 Views Asked by At

We are trying to run a SAS project (.SAS). This project internally queries a library, but every time we have tried it via batch, it says that the library is not assigned, which is completely incorrect because it is indeed assigned.

The command we are using is as follows:

sas -nodms -batch -sysin Project.sas

Internally in .sas, it queries a table:

FROM Name.name_table

The error it indicates is:

ERROR: Libref Name is not assigned.

Would it be necessary to make any call to the library or its location before running the project?

0

There are 0 best solutions below