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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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