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.

434 FILEFORMS= System Option Chapter 18<br />

Example of FILEEXT=ASIS<br />

With the ASIS parameter, the member name is accepted as-is:<br />

options fileext=asis;<br />

/* allocate a PDS */<br />

filename out2 ’myid.fileext.testsrc’ disp=old;<br />

data _null_;<br />

/* the member name is ’mem.as’ */<br />

file out2(mem.as);<br />

put ’text’;<br />

run;<br />

FILEFORMS= System Option<br />

Specifies the default SYSOUT <strong>for</strong>m <strong>for</strong> a print file<br />

Default: none<br />

Valid in: configuration file, <strong>SAS</strong> invocation, OPTIONS statement, OPTIONS window<br />

Category: Log and Procedure Output Control: LISTCONTROL<br />

PROC OPTIONS GROUP= LISTCONTROL<br />

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

Syntax<br />

FILEFORMS=operating-environment-<strong>for</strong>m<br />

Details<br />

The FILEFORMS= system option specifies a default operating environment <strong>for</strong>m using<br />

one to four characters. The default <strong>for</strong>m is used when a printer file is dynamically<br />

allocated if FORMS= is not specified in the FILENAME statement or FILENAME<br />

function.<br />

Comparison<br />

The FILEFORMS= option specifies operating environment <strong>for</strong>ms, whereas the portable<br />

FORMS= system option specifies the name of the default <strong>for</strong>m that is used by the <strong>SAS</strong><br />

FORM subsystem. For in<strong>for</strong>mation about the FORM subsystem and about the<br />

FORMS= system option, see <strong>SAS</strong> Language Reference: Dictionary and “Using the<br />

PRINT Command and the FORM Subsystem” on page 119.<br />

FILELOCKS= System Option<br />

Specifies whether file locking is on or off and what action should be taken if a file cannot be locked

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

Saved successfully!

Ooh no, something went wrong!