Search the site...

SASCRUNCH TRAINING
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
Exercise (1-4)
(Sample)

Run the code in the yellow box before working on this exercise:
Picture

The SURVEY data set above contains 3 variables: Q1, Q2, and Q3.

Task 1

Label the variables as follow:

Q1: Customer service representatives (CSRs) are well supervised.

Q2: Customer service representatives (CSRs) adhere to professional standards of conduct.

Q3: Customer service representatives (CSRs) act in my best interest.


Task 2

Create and assign a custom format to Q1, Q2, and Q3.

The format should display the data as below:

1: Strongly Disagree
2: Somewhat Disagree
3: Neither Agree nor Disagree
4: Somewhat Agree
5: Strongly Agree

Create any data sets or variables if needed.

Next
Already a member? Go to member's area.