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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 703 views
  • 0 likes
  • 2 in conversation