Hi,
I have attempted to use the SAS Addin for the first time and are receiving the following error when running code within excel. I am a very basic user and imagine the answer will also, hopefully, be very simple.
18 proc sql;
19 connect to &rdbms as biw(&dbc_info);
_ _
22 79
200 200
WARNING: Apparent symbolic reference RDBMS not resolved.
WARNING: Apparent symbolic reference DBC_INFO not resolved.
ERROR 22-322: Expecting a name.
ERROR 79-322: Expecting a ).
ERROR 200-322: The symbol is not recognized and will be ignored.
I have code set to run each time I use SAS EG 8.3 and see rdbms refers to my auto Teradata log on.
How or what do I need to do within the Addin to get this to run?