Chapter Contents |
Previous |
Next |
FILE |
Valid: | in a DATA step |
UNIX specifics: | file-specification and host-options |
Syntax | |
See Also |
Syntax |
FILE file-specification <options> <host-options>; |
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. The SAS System writes carriage-control characters. |
V | variable format. Each record ends in 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). |
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.