*Copyright @ www.mycsg.in;


What is the word meaning of subset

  1. A part of a larger group of related things.

Where do we need to subset data in terms of variables

Create sample input datasets

Subset variables using the KEEP statement

Create a dataset named age by keeping the variables Name and Age from class dataset

Create a dataset named height_weight by keeping the variables Name, Height, and Weight from class dataset

Subset variables using the KEEP dataset option

Subset variables by dropping unwanted variables

Key points to remember