Question: For SAS programming: Type out three variables in an INPUT statement and their informats. Below the statement, describe each variable's informat. You must create at

For SAS programming:

Type out three variables in an INPUT statement and their informats. Below the statement, describe each variable's informat. You must create at least one character variable and one numeric variable in your input statement.

For Example:

input Name $10. Weight 3.2 State $2;

1) The variable name is a character variable with length of 10

2) The variable weight is a numeric variable with length of 3 and 2 decimal places

3) The variable state is a character variable with length of 2.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!