BookmarkSubscribeRSS Feed
vijayanand
Obsidian | Level 7

Hi,

 

I'm using SAS/CONNECT to connect to a Mainframe server from a Linux sevrer. This is what I wrote.

 

OPTIONS REMOTE=XXXX.XXX.XXX.XXXXX.COM COMAMID=TCP AUTOSIGNON=YES;

 

FILENAME RLINK "/XXX/XXX/XXX/TCPTSO.SCR";

 

SIGNON;

 

It has thrown an error "a communication subsystem partner link setup request failure has occurred".

 

1) What coudl be the reason for this error and possibel resolution for the same?

 

2) Is it a pre requisite that the two servers ( Linux and Mainframe ) need to eb inter connected in network? Because , when i issues the command "ping mainframe server name"  in my Linux machine, it didn't give any response to the ping.

 

 

Thanks,

Vijayanand.

2 REPLIES 2
Kurt_Bremser
Super User

If you don't get a ping response, then the server can't be reached at all.

Which response do you get from the ping?

"ping: unknown host servername" or "PING servername (IP address) 56(84) bytes of data."?

If the first, check if the servername you received is correct. It may be that the definition is missing on your DNS server.

If the second, talk to the network administrator(s). A firewall might be misconfigured.

 

Once you can ping the mainframe (or you have been told that the mainframe is configured to not respond to pings - unlikely), use telnet to connect to it. It should give you responses according to what is expected in the tcptso.scr file.

The tcptso.scr is a text file that can be opened with any text editor, its syntax is quite straightforward.

LinusH
Tourmaline | Level 20
I just want to add that there are dubug statements in the scr file that you can uncomment for easier auditing the connection process.
Data never sleeps

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 426 views
  • 0 likes
  • 3 in conversation