Chapter Contents |
Previous |
Next |
Moving and Accessing SAS Files across Operating Environments |
In order to copy a transport file from tape to disk at the target
host, issue the UNIX
dd
command. Here is an example:
dd if=/dev/tape1 of=tranfile bs=8000
where:
dd
if=/dev/tape1
of=tranfile
bs=8000
See the
dd
(1) manual page for more details.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.