Create the data component. This DATA step does not create a data set. Instead, it creates a data component that is used to produce an output object.
The SET statement reads the data set Work.Exprev.
data _null_; set work.exprev;