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 INPUT statement reads from the file that is specified by the most recently executed INFILE statement. If the INFILE statement is a DL/I INFILE statement, the INPUT statement issues a DL/I get call ...