from ftplib import FTP
import socket
ftp = FTP('***.*.***.***')
ftp.login(user='someusername',passwd='somepassword')
ftp.cwd('fcst') // this is a subfolder on the ftp.No error here
i=4
filename
を追加します。 data temp1;
set sashelp.class;
table=1;
run;
data temp2;
set sashelp.class;
table=2;
run;
proc append base=temp1(drop=sex) data=temp2 force;
run;
を私はsexがTEMP1から削除さ