You are on page 1of 3

-> Need to import DEMO file from E:\SAS\SAS_TASKS\DATA STATEMENT

-> create a dataset on the name of EXAMPLE.


1)Need to be processs for output Dataset with following Columns
EMP_ID EMP_NAME EDUCATION SEX AGE BLOOD_GROUP INCOME

2)Need to be drop from output Dataset with following Columns


HEIGHT WEIGHT DOB DOJ
3)Need to be processs for output Dataset with following Columns
EMP_ID EMP_NAME EDUCATION SEX AGE BLOOD_GROUP INCOME
and
Need to rename below column names like
SEX as GENDER, INCOME as SALARY
4)Need to be take seperate SEX Females as one
dataset and SEX Males as another dataset
and
Need to be processs for output Dataset with following Columns
EMP_ID EMP_NAME EDUCATION SEX AGE BLOOD_GROUP INCOME
and
Need to rename below column names like
AGE as EMP_AGE, INCOME as SALARY
5)Need to apply Pass word for output dataset
and
Need to be take seperate SEX Females as one
dataset and SEX Males as another dataset
and
Need to be processs for output Dataset with following Columns
EMP_ID EMP_NAME EDUCATION SEX AGE BLOOD_GROUP INCOME
and
Need to rename below column names like
AGE as EMP_AGE, INCOME as SALARY
6)Need to use replace option for 5 task.

You might also like