Valid in: | a DATA step |
Windows specifics: | Valid values for file specification; valid values for encoding-value; valid options for host-option-list |
See: | FILE Statement in SAS Statements: Reference |
F | indicates fixed format. |
N | indicates binary format and causes the file to be treated as a byte stream. If LRECL is not specified, by default SAS reads 256 bytes at a time from the file. |
P | indicates print format. |
S370V | indicates the variable S370 record format (V). |
S370VB | indicates the variable block S370 record format (VB). |
S370VBS | indicates the variable block with spanned records S370 record format (VBS). |
V | D | indicates variable format. This format is the default. |