Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Programming Exercise 1 . 0 2 Activity SAS Studio: In the Navigation pane, expand Files and Folders and then navigate to the course files folder.

Programming Exercise 1.02 Activity
SAS Studio: In the Navigation pane, expand Files and Folders and then navigate to the course files folder.
SAS Enterprise Guide: In the Servers list, expand Servers Local Files, and then navigate to the course files folder.
Double-click the cre8data.sas file to open the program.
Find the %LET statement. As directed by your instructor, provide the path to your course files.
Run the program and verify that a report that lists 22 tables is created.
1.03 Activity
Open p101a03.sas from the activities folder and perform the following tasks:
View the code. How many steps are in the program?
There are three steps: one DATA step and two PROC steps.
How many statements are in the PROC PRINT step?
four statements
How many global statements are in the program?
three TITLE statements
Run the program and view the log.
How many observations were read by the PROC PRINT step?
11 observations
1.04 Activity
Open p101a04.sas from the activities folder and perform the following tasks:
Format the program to improve the spacing. What syntax error is detected? Fix the error and run the program.
Read the log and identify any additional syntax errors or warnings. Correct the program and format the code again.
Add a comment to describe the changes that you made to the program.
Run the program and examine the log and results. How many rows are in the canadashoes data?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Handbook Of Database Security Applications And Trends

Authors: Michael Gertz, Sushil Jajodia

1st Edition

1441943056, 978-1441943057

More Books

Students also viewed these Databases questions