Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( L ) Due January 2 5 at 1 1 : 5 9 PM Open a SAS window and type in the following program. However,

(L) Due January 25 at 11:59 PM
Open a SAS window and type in the following program. However, use real values for yourself instead of the sample data for your
Birthday Month, Birthday Day, Computer Screen Horizontal Measurement and Computer Screen Vertical Measurement. Use
either inches or centimeters, whichever you prefer.
DATA MyInfo;
BDMonth = 'January' ;
BDDate =1;
MyCompScrHoriz =12.5;
MyCompScrVert =6.75;
MyCompscrArea = MyCompScrHoriz * MyCompscrVert;
RUN ;
Run the program. Click on the LOG tab. If you get any errors or warnings in your log, correct them and rerun.
Copy and paste any NOTES in the LOG into your program as a comment at the bottom.
Click on the OUTPUT DATA tab. Add a comment to your program that has the following information for each variable: name,
length and type.
Add code to the bottom of your program that will print out your data, so that you can click on the RESULTS tab and see your
output.
Save your program, with your comments as a .sas file and submit it in Brightspace. To do so, follow these steps:
a. Within SAS, click on the CODE tab, then select "Save As", and then save your file. The file name must include your last
name.
b. Using left hand pane, find your file, right-click on it, and select "Download File".
c. Download the file to your device.
d. Submit it in Brightspace.
image text in transcribed

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

Students also viewed these Databases questions

Question

Define the process of communication

Answered: 1 week ago

Question

Explain the importance of effective communication

Answered: 1 week ago

Question

* What is the importance of soil testing in civil engineering?

Answered: 1 week ago

Question

Explain the concept of shear force and bending moment in beams.

Answered: 1 week ago