Once you have referenced the data file containing your data with an INFILE statement, you need to tell IML exactly how the data are arranged: the number of variables and their names each variable's ...
An INFILE statement identifies an external file containing data that you want to read. It opens the file for input or, if the file is already open, makes it the current input file. This means that ...