Valid in: | in a DATA step |
UNIX specifics: | valid values for file-specification, host-options, and encoding-value |
See: | FILE Statement in SAS Statements: Reference |
CRLF | Carriage return line feed. Use TERMSTR=CRLF to read files formatted by a PC. |
LF | Line feed. This parameter is used to read files formatted by UNIX. LF is the default. |
D | default format (same as variable). |
F | fixed format. That is, each record has the same length. Do not use RECFM=F for external files that contain carriage-control characters. |
N | binary format. The file consists of a stream of bytes with no record boundaries. |
P | print format. SAS writes carriage-control characters. |
V | variable format. Each record ends with a newline character. |
S370V | variable S370 record format (V). |
S370VB | variable block S370 record format (VB). |
S370VBS | variable block with spanned records S370 record format (VBS). |
umask
command
from within the SAS session. For more information,
see Executing Operating System Commands from Your SAS Session.