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.
Possibly HTTPS might help. As that is where your specified URL redirects to if entered directly into a browser...
I tried using HTTPS too, it doesn't work either. Same error: connection timed out.
Issue resolved. I tried running the program from PC sas instead of EG. Program completed successfully.
How did you reslove your issue? I have same problem.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.