LIBNAME It tells SAS where your data lives
DATA You're creating a new dataset or defining the structure of one
SET This brings in existing data from a dataset so you can work with it.
Once you get your DATA step groove on, it's a beautiful thing.
LIBNAME It tells SAS where your data lives
DATA You're creating a new dataset or defining the structure of one
SET This brings in existing data from a dataset so you can work with it.
Once you get your DATA step groove on, it's a beautiful thing.