Sources of Input

So far we have described only one way to read data into a DATA step, namely by an INPUT statement reading in-stream data or an external file. Data may also be read from an existing SAS data set by a SET statement. In this chapter we discuss the SET statement and also discuss a few additional features of the INPUT and INFILE statements.