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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 545 views
  • 0 likes
  • 3 in conversation