FILE Subcommand (FILE TYPE-END FILE TYPE command)
FILE
specifies
a text file containing the data. FILE
is not used when the data are inline.
Example
FILE TYPE MIXED FILE='/data/treatmnt.txt' RECORD=RECID 1-2.
- Data are in the file treatmnt.txt. The file type is mixed. The record identification variable RECID is located in columns 1 and 2 of each record.