100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

SAS EXAM QUESTIONS AND ANSWERS

Rating
-
Sold
-
Pages
6
Grade
A+
Uploaded on
13-11-2025
Written in
2025/2026

SAS EXAM QUESTIONS AND ANSWERS SAS stands for - answer- Statistical Analysis System 4 data-driven tasks for SAS - answer- data access, data management, data analysis, data presentation file extension for (log file, code, output, dataset) - answer- .log, .sas, .out, .sas7bdat 3 ways to create sas dataset - answer- from scratch, from raw dataset, from existing sas dataset 4 uses for data statements - answer- create SAS dataset from scratch, create SAS dataset from raw dataset, check for and correct errors in a dataset, create a SAS dataset from existing SAS datasets 5 uses for proc statements - answer- create report that lists data, produce descriptive statistics, create summary report, produce plots and charts, produce other SAS datasets base date for sas dates - answer- January 1, 1960 the sas variable (name/value) is case sensitive, but the sas varaible (name/value) is not case sensitive. - answer- value, name default length of all sas variables - answer- 8 number of digits sas can hold for numeric variable values before converting them to scientific notation - answer- 12 keyword used in proc sort to keep dataset in original order - answer- out proc sort data = yee out = yee_sorted; by x; run; keyword used in proc sort to remove observations that have repeat values for every variable example - answer- nodup proc sort data = nodup; by x; run; keyword used in proc sort to remove observations that have repeat values for sorted variable - answer- nodupkey proc sort data = nodupkey; by x; run; keyword used in proc freq to identify variable(s) to be used in frequency tables - answer- tables proc freq data = yee; tables x y x*y; run; keyword used for conditional statements in proc statements - answer- where proc freq data = ; where x=1; tables y; run; keyword used to export proc freq results to sas dataset - answer- out proc freq data = ; tables x / out = employee_temp; run; keyword used to print only certain variables in proc print/proc means output - answer- var proc print data = ; var x; run; keyword used to print column totals for numeric variables in proc print output - answer- sum proc print data = ; sum x; run; keyword used to replace a variable value with observation number - answer- id proc print data = ; id x; run; keyword used to change the variable name to be printed in proc print output - answer- label (x2) proc print data = label;

Show more Read less
Institution
SASM - SAFe Advanced Scrum Masters
Course
SASM - SAFe Advanced Scrum Masters









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
SASM - SAFe Advanced Scrum Masters
Course
SASM - SAFe Advanced Scrum Masters

Document information

Uploaded on
November 13, 2025
Number of pages
6
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

SAS EXAM QUESTIONS AND
ANSWERS
SAS stands for - answer- Statistical Analysis System

4 data-driven tasks for SAS - answer- data access, data management, data analysis,
data presentation

file extension for (log file, code, output, dataset) - answer- .log, .sas, .out, .sas7bdat

3 ways to create sas dataset - answer- from scratch, from raw dataset, from existing
sas dataset

4 uses for data statements - answer- create SAS dataset from scratch, create SAS
dataset from raw dataset, check for and correct errors in a dataset, create a SAS
dataset from existing SAS datasets

5 uses for proc statements - answer- create report that lists data, produce descriptive
statistics, create summary report, produce plots and charts, produce other SAS
datasets

base date for sas dates - answer- January 1, 1960

the sas variable (name/value) is case sensitive, but the sas varaible (name/value) is
not case sensitive. - answer- value, name

default length of all sas variables - answer- 8

number of digits sas can hold for numeric variable values before converting them to
scientific notation - answer- 12

keyword used in proc sort to keep dataset in original order - answer- out

proc sort data = ia.employee out = ia.employee_sorted;
by x;
run;

keyword used in proc sort to remove observations that have repeat values for every
variable

example - answer- nodup

proc sort data = ia.data nodup;
by x;
run;

, keyword used in proc sort to remove observations that have repeat values for sorted
variable - answer- nodupkey

proc sort data = ia.data nodupkey;
by x;
run;

keyword used in proc freq to identify variable(s) to be used in frequency tables -
answer- tables

proc freq data = ia.employee;
tables x y x*y;
run;

keyword used for conditional statements in proc statements - answer- where

proc freq data = ia.data;
where x=1;
tables y;
run;

keyword used to export proc freq results to sas dataset - answer- out

proc freq data = ia.data;
tables x / out = employee_temp;
run;

keyword used to print only certain variables in proc print/proc means output -
answer- var

proc print data = ia.data;
var x;
run;

keyword used to print column totals for numeric variables in proc print output -
answer- sum

proc print data = ia.data;
sum x;
run;

keyword used to replace a variable value with observation number - answer- id

proc print data = ia.data;
id x;
run;

keyword used to change the variable name to be printed in proc print output -
answer- label (x2)

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Freshy Oxford University
View profile
Follow You need to be logged in order to follow users or courses
Sold
47
Member since
1 year
Number of followers
4
Documents
6784
Last sold
3 days ago

3.6

9 reviews

5
3
4
3
3
1
2
0
1
2

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions