Quiz:
Working in the SAS Environment
Select the best answer for each question and click Score My Quiz.
-
Which of the following editors
can you use to modify this existing SAS program?
data sasuser.mysales2;
set sashelp.prdsale;
if region="EAST";
run;
-
Which SAS windows perform these
tasks (in the order given)?
- perform most file management tasks such as moving, copying,
and deleting files
- navigate and manage output from SAS programs
- enter, edit, and submit SAS programs
- view messages about your SAS session and any SAS programs you
submit
- browse output from SAS programs
|
a. |
Program Log, Results,
SAS Notepad, Output, Explorer |
|
b. |
Explorer, Results,
Program Editor, Log, Output |
|
c. |
File Shortcuts,
Explorer, Program Editor, Log, Results |
|
d. |
Results, Output,
Program Editor, Log, Explorer |
-
File shortcuts
-
When you define a library,
-
How can you copy a SAS file from
one library to another using the Explorer window?
-
What's the difference between
the Results window and the Output window?
-
Which of the following is true
about SAS output?
-
When you delete a library,
-
How can you view the properties
for a SAS file?
-
Which of the following tasks
can you perform using the Results window?
|