![]() Chapter Contents |
![]() Previous |
![]() Next |
| Moving and Accessing SAS Files across Operating Environments |
Only PROC COPY can be used for regressing a data set from Version 7 to Version 6.
| Version 7 Data Set Objects to Regress | Truncates to x characters |
|---|---|
| Data set labels | 40 |
| Variable labels | 40 |
| Variable names | 8 |
options VALIDVARNAME=V6 %let VALIDVARNAME=V6;
For details about setting the VALIDVARNAME system option, see SAS Language Reference: Dictionary.
Note:
No traditional methods support regressing catalogs
from Version 7 to Version 6. However, SAS/CONNECT does
support moving some catalog entries from Version 7 to Version
6. See Using SAS/CONNECT to Transport Files between Hosts
for details.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.