BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Tal
Pyrite | Level 9 Tal
Pyrite | Level 9

Hi
In a code i recently inharited there 2 pieces of code for remote access/connections
1.options remote=abc comamid=tcp;
Signon abc;
2.options remote=xyz ;
Filename rlink '\\xxx\yyy\xx.....\tcpunix.scr';
Signon script=rlink;

1) has the comamid=tcp but not the script and 2) the other way arround. Are comamid=tcp and the script pretty much the sime and if not in which cases we can omit the script or tcp command?

Thx

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

Most SAS/CONNECT sites use scriptless SIGNONs these days in my experience. You need to have the SAS/CONNECT spawner running as a service on your remote SAS server for this to work. If it is running then just remove the SCRIPT= option from your SIGNON and see if it works.

View solution in original post

2 REPLIES 2
SASKiwi
PROC Star

Most SAS/CONNECT sites use scriptless SIGNONs these days in my experience. You need to have the SAS/CONNECT spawner running as a service on your remote SAS server for this to work. If it is running then just remove the SCRIPT= option from your SIGNON and see if it works.

Tal
Pyrite | Level 9 Tal
Pyrite | Level 9

thx SASKiwi

it  does run

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 867 views
  • 0 likes
  • 2 in conversation