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-wordmark-gradient-background 3.pngSAS Innovate

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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