Moving And Accessing SAS 9.1 Files

In order to copy a transport file from disk to tape at the source machine, issue the UNIX dd command. Here is an example:

dd if=tranfile of=/dev/tape1 bs=8000

where:

dd

if=tranfile

of=/dev/tape1

bs=8000

See the UNIX dd (1) manual page for more details.

Категории