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 ...
This example illustrates how to create a transport file on a host and read it on another host. In order for this example to work correctly, the transport file must have certain characteristics, as ...