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

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