BookmarkSubscribeRSS Feed
koya
Fluorite | Level 6

I am trying to execute the below code and I get an error saying The connection has timed out.. Please advise! 

filename junk url 'http://support.sas.com' debug lrecl=8192;

data http;

infile junk length=len;

input record $varying8192. len;

run;

log:

ERROR: The connection has timed out..

NOTE: The SAS System stopped processing this step because of errors.

WARNING: The data set WORK.HTTP may be incomplete.  When this step was stopped there were 0 observations and 1 variables.

WARNING: Data set WORK.HTTP was not replaced because this step was stopped.

     

     

     

4 REPLIES 4
ballardw
Super User

Possibly HTTPS might help. As that is where your specified URL redirects to if entered directly into a browser...

koya
Fluorite | Level 6

I tried using HTTPS too, it doesn't work either. Same error: connection timed out.

koya
Fluorite | Level 6

Issue resolved. I tried running the program from PC sas instead of EG. Program completed successfully.

ahk1225
Calcite | Level 5

How did you reslove your issue? I have same problem.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 4 replies
  • 3006 views
  • 0 likes
  • 3 in conversation