rsubmit;
/*-------------------------------------Step 1: Download data----------------------------------------------*/
/*MERGE_FUNDNO:CRSP Fundno of the fund that acquired the assets of the delisted fund*/
/*END_DT: Date of latest NAV data*/
data fund_hdr;
set crsp.fund_hdr;
keep crsp_fundno end_dt merge_fundno;
if missing(merge_fundno) then delete;
run;
想请教一下
为什么远程使用crsp,
log反馈是说 Error: libname crsp does not exist
加上 libname CRSP '/wrds/crsp/sasdata/q_mutualfunds'; 也还是不可以
之后试了很多次,只偶然成功过一次,继续往下面又是反馈Error: libname crsp does not exist