HI,
I use PC remote (see code), to access IBES, after sign on, sas says “Library IBES does not exist”. I do not know why? Could anyone help?
%let wrds = wrds.wharton.upenn.edu 4016;options comamid = TCP remote=WRDS;
signon username=_prompt_;
rsubmit;
libname ibes ‘/wrds/ibes/sasdata’;
run;
proc contents data =ibes.ACTU_EPSUS;
run;
thanks,
-R