> I'm not sure if it is similar to the connection that I've described.
It is.
The code that pulls the data is this:
%********************* Connect to server *************;
%let wrds=wrds.wharton.upenn.edu 4016; options comamid=tcp; signon wrds username=_prompt_;
%********************* Bing back the data *************;
libname NAM "/wrds/comp/sasdata/nam" server=wrds; data A; set NAM.FUNDA; run;
Does this work?
... View more