What is the format of the variables (string, numeric, etc.)?
Gender | Age | Major | Intent | GPA | EmploymentStatus | Salary | School |
F | 23 | L | N | 3.7 | F | 100 | W |
Gender is string format is A2
Age is numeric format is F2
major is string format is A2
intent is string format is A2
GPA is numeric and format is F4.1(select one decimal place) width 4 snd decimal 1
Employment status is string and format is A2
Salary is numeric and format is F6.
School is string and format is A2
name | type | width | decimals |
Gender | string | 1 | |
age | numeric | 4 | |
major | string | 1 | |
intent | string | 1 | |
GPA | numeric | 4 | 1 |
Employment status | string | 1 | |
salary | numeric | 9 | |
school | string | 1 | |
Get Answers For Free
Most questions answered within 1 hours.