Chapter Contents

Previous

Next
Moving and Accessing SAS Files across Operating Environments

Creating a Transport File on Tape

In order to create a transport file on tape, at the source host, issue either the LIBNAME statement or the FILENAME statement, whichever is appropriate, to designate the file path as a tape device. Here are examples:

libname xportin xport '/dev/tape1';
filename xportin '/dev/tape1';


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.