1286 PROC EXPORT DATA= A.Tianshuju
1287 OUTFILE= "H:\data1.xls"
1288 DBMS=EXCEL2000 REPLACE;
[b:e2123][size=150:e2123][color=red:e2123]ERROR: UNABLE TO ACCESS MESSAGE 656.13
ERROR: Error attempting to CREATE a DBMS table. ERROR: .
ERROR: ROLLBACK issued due to errors for data set _IMEX_.TIANSHUJU.DATA.
ERROR: Import unsuccessful. See SAS Log for details.[/color:e2123][/size:e2123][/b:e2123]
<!-- m --><a class="postlink" href="http://search.sas.com/tech/query.html?qp=%2Burl%3Atechsup%2Funotes%2FSN%2F&col=suppsas&charset=iso-8859-1&ht=0&qt=%22+_IMEX_.%22&qs=-url%3A%2Ftechsup%2Funotes%2Fle+&qc=suppsas&pw=600&ws=0&la=en&qm=0&st=1&nh=25&lk=2&rf=0&rq=0&si=0">http://search.sas.com/tech/query.html?q ... &rq=0&si=0</a><!-- m -->
When exporting a dataset to Excel via Proc Export or the Export Wizard,
you may encounter one or both of the following errors:
ERROR: UNABLE TO ACCESS MESSAGE 656.13
ERROR: ROLLBACK ISSUED DUE TO ERRORS ON DATASET _IMEX_.XCONT.DATA
This will occur if you are trying to export a dataset with more than
65,000 observations. Excel97 and Excel2000 both have a limit of
65,000 rows to a worksheet.