options set=SAS_FTP_AUTHTLS="1";
options set=SSL_USE_SNI=0;
options set=SSLREQCERT=ALLOW;
filename ABC ftp "&fname" host='sroc' PASSIVE user=&mfusr pass=&mfpass debug
rcmd='site unit=sysda recfm=fb lrecl=90' recfm=fb lrecl=90;
run;
Hello SAS Community Members, Can anyone please help me with below error
ERROR: Open failed for file ABC
ERROR: Host name sroc not found.