![]() Chapter Contents |
![]() Previous |
![]() Next |
| INFILE |
| Valid: | in a DATA step |
| Windows specifics: | Valid values for file-specification; valid values for host-options |
| Syntax | |
| See Also |
Syntax |
| INFILE file-specification <options> <host-options>; |
Note: The words CON, NUL, PRN, LPT1 - LPT9, and
COM1 - COM9 are reserved words under Windows. Do not use them as filerefs. ![[cautionend]](../common/images/cautend.gif)
| F | indicates fixed format. |
| N | indicates binary format and causes the file to be treated as a byte stream. |
| 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 is the default. |
The S370 values are valid with OS/390-style files only that is, files that are binary, have variable-length records, and are in EBCDIC format. If you want to use a fixed-format OS/390 (formerly known as MVS) file, first copy it to a variable-length, binary OS/390 file.
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.