Chapter Contents |
Previous |
Next |
GLUE |
Syntax | |
Details |
Syntax |
glue oldname newname dir-path1<...dir-pathn> |
Details |
The
glue
utility reads each partition of a data set and writes all partitions
out to a standard Version 6 data set that can then be read by Version 7 or
Version 8. SAS appends the filename extension of the original oldname to newname. For example,
the following command reads the partitions of
mydataset.ssd01
from directories
/dir1
,
/tmp/part2
,
and
/part3
, and creates
a large data set named
newdataset.ssd01
.
glue mydataset.ssd01 newdataset /dir1 /tmp/part2 /part3
If
glue
cannot find a partition in any of the specified paths, it displays
an error message and asks you to enter a new pathname. You can choose to abort
the utility if necessary.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.