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.

Statements under z/<strong>OS</strong> FILENAME Statement 377<br />

REUSE<br />

indicates that the file that you reference in the FILENAME statement is to be<br />

freed and reallocated if it is currently in use. By default, <strong>SAS</strong> does not free and<br />

reallocate a file that is currently in use.<br />

WAIT=n<br />

controls how many minutes <strong>SAS</strong> waits if the file that you reference in the<br />

FILENAME statement is unavailable. <strong>SAS</strong> tries to reacquire the reserved data set<br />

every 15 seconds. The value n specifies a length of time in minutes.<br />

E-Mail Option Values<br />

The FILENAME statement supports the following values <strong>for</strong> e-mail-options, which are<br />

used in conjunction with the EMAIL device type to send mail from within a <strong>SAS</strong> session:<br />

TO=‘to-address’<br />

specifies one or more recipients to receive the outgoing message. These names<br />

appear on the To line of the outgoing message. The following examples show the<br />

syntax <strong>for</strong> a single address, multiple addresses, and a name with the address:<br />

to=’joe@somplace.org’<br />

to=("joe@smplc.org" "jane@diffplc.org")<br />

to=’Joe Smith ’<br />

If an address contains special characters or more than one word, enclose the<br />

entire address in single or double quotation marks. To specify more than one<br />

address, enclose the list of addresses in parentheses. To include a name with the<br />

address, enclose the address in angle brackets.<br />

CC=‘cc-address’<br />

specifies recipients that receive a copy of the message. These addresses appear on<br />

the CC line of the outgoing message. The following examples show the syntax <strong>for</strong><br />

a single copy recipient, multiple copy recipients, and a name with the address:<br />

cc=’joe@somplace.org’<br />

cc=(’joe@smplc.org’ ’jane@diffplc.org’)<br />

cc=’Joe Smith ’<br />

If an address contains special characters or more than one word, enclose the<br />

entire address in single or double quotation marks. To specify more than one<br />

address, enclose the list of addresses in parentheses. To include a name with the<br />

address, enclose the address in angle brackets.<br />

BCC=‘bcc-address’<br />

specifies recipients that receive a “blind” carbon copy of the message. These<br />

addresses appear on the BCC line of the outgoing message. The following<br />

examples show the syntax <strong>for</strong> a single copy recipient, multiple copy recipients, and<br />

a name with the address:<br />

bcc=’joe@somplace.org’<br />

bcc=(’joe@smplc.org’ ’jane@diffplc.org’)<br />

bcc=’Joe Smith ’<br />

If an address contains special characters or more than one word, enclose the<br />

entire address in single or double quotation marks. To specify more than one<br />

address, enclose the list of addresses in parentheses. To include a name with the<br />

address, enclose the address in angle brackets.

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

Saved successfully!

Ooh no, something went wrong!