Link to home
Start Free TrialLog in
Avatar of LuckyLucks
LuckyLucks

asked on

proc metalib error

proc metalib statement gives me the following error when I extract the code from EG to sas and run it on unix.

Fatal I/O error
The network connection has been lost.

proc metalib;
omr(library="MYLIB" metarepository="Foundation");
select(T1 T2 T3);
noexec;
report;
run;
ASKER CERTIFIED SOLUTION
Avatar of Aloysius Low
Aloysius Low
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
To understand the question better, you are taking code from EG and running it on another instance of SAS in UNIX, or are you trying to run your code within EG?