BookmarkSubscribeRSS Feed
sunilreddy
Fluorite | Level 6


Can anyone help me , what is wrong in this.

       filename file11 ftp 'port23.txt' cd='/opt/SAS/Lev1/Webst/Logs'
              user='xparmen' pass=XXXXXXXXXX host='esess.spw.se.ss'
                  recfm=v ;

      data portallog ;
           infile file11;
           input x1 $12. y1 $10. z1 $10.;
        run;

ERROR: Open failed for file FILE11 

ERROR: Connection refused.

2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12

Check your virus checking software; it may be set up to block certain traffic; this happens to me with the FILENAME for EMAIL.  A simple test would be to turn it off completely and see if the error re-occurs (you may need IT help for that test).

Doc Muhlbaier

Duke

Haikuo
Onyx | Level 15

Try to use regular FTP client to check your account name and make sure your password is not expired.

Regards,

Haikuo

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