%let srv=myservername;
%let cntsrv=&srv 7541;
options comamid=tcp remote=cntsrv;
signon password=_prompt_;
run;
rsubmit "server_name-directory_path";
data a;
set b;
run;
endrsubmit;
I'm trying to access some data on the Linux server and bring it to my work directory using windows sas. But I'm getting an error message
rsubmit "xxx-xxx.xxx.census.gov/hspb/ahs/indevlp/n2015/wgt/proddata"; WARNING: Connection to CNTSRV already exists. SCRIPT/SASCMD/SWAIT/TBUFSIZE specification will be ignored.