Chapter Contents |
Previous |
Next |
LIBNAME |
Valid: | anywhere |
CMS specifics: | libref, engine, physical-name, engine/host-options |
Syntax | |
Details | |
See Also |
Syntax |
|
See SAS Library Engines for more details on engines.
option-1=value option-2=value |
The following list presents valid options for engine/host-options. Of these options, only the BLKSIZE= option is meaningful with disk libraries. All of the others are for sequential format libraries only.
The DISP=MOD option is valid only for sequential libraries using the V6TAPE or later engine. This option applies only to the COPY procedure.
Any duplicate members appended to the end of the sequential library will not be accessed by SAS, since SAS accesses the first member with the specified name. To ensure that all members in the destination library can be accessed by SAS, you can:
YES | specifies that there is end-of-volume processing. This is the default. |
NO | specifies that there is not end-of-volume processing. |
SL <n> | specifies the IBM standard label. n is the position of the file on a multifile volume. If n is not specified, 1 is assumed. |
NL <n> | specifies that the tape has no IBM standard labels. n is the position of the file on a multifile volume. If n is not specified, 1 is assumed. |
BLP <n> | specifies that label processing is to be bypassed, but that the tape is to be positioned before the library is processed. n is the position of the file on a multifile volume. If n is not specified, 1 is assumed. |
LABOFF | specifies that there is to be no label processing. The tape is not positioned if this value is specified. This is the default. |
YES | specifies that the tape is not to be moved before processing the label. |
NO | specifies that the tape is to be rewound before processing the label. This is the default. |
Details |
The LIBNAME statement can also list or clear librefs. See SAS Language Reference: Dictionary for information about using the LIBNAME statement for these purposes.
You can use the LIBNAME statement to list attributes of SAS data libraries. The following output example shows the results of the following LIBNAME statement:
libname sashelp list;
Data Library Attributes Listed by the LIBNAME Statement
NOTE: Copyright (c) 1989-1999 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software Release 7.01 TSxxx Licensed to SAS INSTITUTE DATA CENTER, Site xxxxxxxxx. NOTE: Running on IBM Model 3090 Serial Number xxxxxx. 1 libname sashelp list; NOTE: Libref= SASHELP Engine= V8 Filefmt= 701 Physical Name= SAS4HELP SG NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 |
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.