Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please complete the following in SAS Language and provide queries for all steps Defining and Using Macro Variables for Numeric Substitution B. Then modify the

Please complete the following in SAS Language and provide queries for all steps

Defining and Using Macro Variables for Numeric Substitution

image text in transcribed

B. Then modify the program so that the values 30 and 45 are replaced by references to the macro variables AGE1 and AGE2, respectively. Be sure to include the appropriate system option to display resolved values of macro variables in the sas log

C. Then modify the values of AGE1 and AGE 2 and Finally turn off the system option from part b

6. Defining and Using Macro Variables for Numeric Substitution Open the m102e06 program shown below into the Editor window. Edit the program to display only the Gold level customers between the ages of 30 to 45 a. Customer ages range from 19 to 73. %let type-cold; proc print data-orion.customer dimi var Customer_Name Customer_Gender Customer_Age; where Customer_Group contains "&type" title "&type Customers" run 6. Defining and Using Macro Variables for Numeric Substitution Open the m102e06 program shown below into the Editor window. Edit the program to display only the Gold level customers between the ages of 30 to 45 a. Customer ages range from 19 to 73. %let type-cold; proc print data-orion.customer dimi var Customer_Name Customer_Gender Customer_Age; where Customer_Group contains "&type" title "&type Customers" run

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

Transact SQL Cookbook Help For Database Programmers

Authors: Ales Spetic, Jonathan Gennick

1st Edition

1565927567, 978-1565927568

More Books

Students also viewed these Databases questions

Question

Discuss the various types of policies ?

Answered: 1 week ago

Question

Briefly explain the various types of leadership ?

Answered: 1 week ago

Question

Explain the need for and importance of co-ordination?

Answered: 1 week ago

Question

Explain the contribution of Peter F. Drucker to Management .

Answered: 1 week ago

Question

1. Identify three approaches to culture.

Answered: 1 week ago

Question

2. Define communication.

Answered: 1 week ago

Question

4. Describe how cultural values influence communication.

Answered: 1 week ago