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
Get step-by-step solutions from verified subject matter experts
