Hi everyone,
I'm new here and also a novice of Stata.
I have a large Sas file about 48GB and I want to read it by Stata.
I try to import it with some selected variables with command: import sas institutionid institutionname regstockperiodid restatement fiscalyear fiscalquarter var_215343 var_216559 var_216560 var_231618 var_215668 using "C:\Users\jyk04\Dropbox\stock price crash risk\loan_write_off_ML_2022 Spring\bank_reg\inst_fp_holding.sas7bdat"
but it failed like this:
error reading file
r(692);
and r(692) refers to
file I/O error on read
So anyone can tell me why this happen? i try to import another larger file(64GB) with some selected variables and it works. So I'm really confused why this can't be read.
All the suggestions and comments are appreciated!
Now it's 11 PM in Singapore, maybe I can not reply your comments and suggestions immediately, but I will reply once I get up! Thanks!
I'm new here and also a novice of Stata.
I have a large Sas file about 48GB and I want to read it by Stata.
I try to import it with some selected variables with command: import sas institutionid institutionname regstockperiodid restatement fiscalyear fiscalquarter var_215343 var_216559 var_216560 var_231618 var_215668 using "C:\Users\jyk04\Dropbox\stock price crash risk\loan_write_off_ML_2022 Spring\bank_reg\inst_fp_holding.sas7bdat"
but it failed like this:
error reading file
r(692);
and r(692) refers to
file I/O error on read
So anyone can tell me why this happen? i try to import another larger file(64GB) with some selected variables and it works. So I'm really confused why this can't be read.
All the suggestions and comments are appreciated!
Now it's 11 PM in Singapore, maybe I can not reply your comments and suggestions immediately, but I will reply once I get up! Thanks!
Comment