I have a large file in SAS format which I have outputted into csv format. The SAS output is: "76446565 records created". The outputted csv and sas7dbat files are both approx 12GB.
But when I read the csv file into STATA, I get "21 vars, 4,684,295 obs".
I don't know why STATA only reads in a small subset of the obs (5M out of 76M)? I have tried to adjust the memory but when I do STATA tells me "Memory no longer needs to be set in modern Statas; memory adjustments are performed on the fly automatically." I don't know what else to try?
Thanks in advance for your help.
But when I read the csv file into STATA, I get "21 vars, 4,684,295 obs".
I don't know why STATA only reads in a small subset of the obs (5M out of 76M)? I have tried to adjust the memory but when I do STATA tells me "Memory no longer needs to be set in modern Statas; memory adjustments are performed on the fly automatically." I don't know what else to try?
Thanks in advance for your help.
Comment