Hi, I'm trying to setup Enterprise Guide so all code will be executed remotely by using the Custom Code in the options to wrap everything with rsubmit. However, I'm running into problems with signing on. I am using Enterprise Guide on a client pc, and am trying to submit to SAS on an AIX server XXXXXXXX port 8561. So I have used the following in my custom code but with no success: signon XXXXXXXX.8561; rsubmit; ************************************* %let serv = XXXXXXXX 8561; signon serv; rsubmit; ************************************* %let serv = XXXXXXXX 8561; options comamid=TCP remote=serv; rsubmit; ************************************* However, I keep getting repeated errors, stating either 'a tcp link needs to be established' or 'a link must be established by executing the SIGNON command'. Going round in circles on that SAS website with different options and recommendations, but nothing has worked. Any suggestions?
... View more