Using Compatible Destination Member Types in PROC CPORT and PROC CIMPORT Make sure that you use destination member types in PROC CPORT and PROC CIMPORT that are ...
libname source 'SAS-data-library'; libname xportout xport 'transport-file'; data xportout.grades; set source.grades; run; In the preceding example, the libref SOURCE points to the original location of ...