Hello, I need to work with two different libraries in the same code. For example: LIBNAME mylocallib 'c:\locallib'; * My windows PC; LIBNAME myremotelib '/var/remotelib'; * A Unix remote server; Those libraries are referring to physical paths on two different servers: local and remote. My code seems not working: if I select "Local" server to run it (right click, "Select server") I'm getting an error every time I try to reference some dataset in myremotelib; if I select a remote server to run it I'm getting an error every time I try to reference some dataset in mylocallib. Is it possible to work with different libraries on different servers in the same piece of code? Thank you in advance. Paolo
... View more