02.05.2013 Views

SAS(R) 9.1.3 Companion for z/OS

SAS(R) 9.1.3 Companion for z/OS

SAS(R) 9.1.3 Companion for z/OS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

400 OPTIONS Statement Chapter 17<br />

libname new ’.newproj.saslib’ disp=(new,catlg)<br />

unit=(disk,2) space=(cyl,(50,20)) dataclas=sasstnd;<br />

Concatenating a Personal Library to a Base Library<br />

The following LIBNAME statements associate the libref project with the library<br />

concatenation in which a library containing modified members is concatenated in front<br />

of the base project library, which is accessed as read-only:<br />

libname projbase ’.project.base.saslib’ disp=shr;<br />

libname project (’.project.modified.saslib’ projbase);<br />

See Also<br />

OPTIONS Statement<br />

3 “LIBNAME Function” on page 268<br />

3 “Assigning <strong>SAS</strong> Data Libraries” on page 53<br />

3 “Deassigning <strong>SAS</strong> Data Libraries” on page 61<br />

3 “Listing Your Current Librefs” on page 61<br />

3 <strong>SAS</strong> Language Reference: Dictionary<br />

3 <strong>SAS</strong> Language Reference: Concepts<br />

Changes the value of one or more <strong>SAS</strong> system options<br />

Valid: anywhere<br />

z/<strong>OS</strong> specifics: options<br />

See: OPTIONS Statement in <strong>SAS</strong> Language Reference: Dictionary<br />

Syntax<br />

OPTIONS options-1 ;<br />

Details<br />

Some of the options that you can specify are host-specific. “Summary Table of <strong>SAS</strong><br />

System Options” on page 529 describes all of the system options that are available in<br />

<strong>SAS</strong> under z/<strong>OS</strong>. Descriptions of the portable system options are provided in <strong>SAS</strong><br />

Language Reference: Dictionary.<br />

Some system options can be changed only when you invoke <strong>SAS</strong>, not in an OPTIONS<br />

statement. “Summary Table of <strong>SAS</strong> System Options” on page 529 tells where each<br />

system option can be specified.<br />

See Also<br />

3 “<strong>SAS</strong> System Options” on page 11<br />

3 <strong>SAS</strong> Language Reference: Dictionary

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!