Hi,
For the remote connection, that happens at the time of logon, it connects to the remote SAS server & teradata.
After that when I assign the libname statement to connect to the particular schema on the remote server, that is successfully executed and I can access the tables.
For eg.
rsubmit;
1st statement;
data test;
set tr_schema.tr_tbl_name;
run;
endrsubmit;
This is successful.
Now what I want is, as I can display the Remote work library on the library explorer, using the 2nd statement successfully on the local libraries explorer, I want the same for the teradata library in my project explorer on Local, for which I tried to execute the 3rd statement, but that doesn't work.
I hope the above information helps in understanding the problem.
Thanks,
Saurabh.