
Register for SAS on demand by creating a user profile on the fast website, obtain a username and password, and use the administration page to access the cloud-based service.
Create a new variable by summing subject marks to obtain total marks, then compute average marks by dividing by five, using set index to copy the table.
Split the data into male and female groups with if or where clauses, and create separate tables with gender flags set to 0 or 1.
In this quick and concise program you will understand the basic concepts of database and SAS aesthetics and basic programming. We will be explaining concept of how to create dataset, libraries and variables. Also we will be discussing how to create new variables with conditional "if else" statements. Data manipulation and data wrangling will be discussed briefly.