UNIX specifics: | valid values for encoding-value and 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. 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). |