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 xportin xport 'transport-file'; libname target 'SAS-data-library'; data target.grades; set xportin.grades; run; In the preceding example, the libref XPORTIN points to the location of the ...