*Copyright @ www.mycsg.in;


Create a copy of an existing dataset

Add new variables or modify existing variables

Select only required variables

Select only required records

Sort the observations by values in one variable

Sort the observations by values in two variables

Sort the observations by values in descending order in one variable

Sort the observations by values in descending order in two variables

Count the number of records

Count the number of records with each unique value in sex variable

Report the number of records within each sex,age combination

Fetch descriptive statistics for numeric variables

Get the mean, standard deviation, minimum, maximum values of height within males and females

Create macro variables

Create two macro variables named n1 and n2 to store the number of females and males from class dataset

Create two macro variables named n1 to n6 to store the number of records in each age value from class dataset

Create two macro variables named fcount and mcount to store the number of females and males from class dataset