72.3k views
4 votes
What sign in a SAS program holds only the missing numeric values?

a) ?
b) .
c) -
d) !

User Jpiolho
by
8.5k points

1 Answer

2 votes

Final answer:

In a SAS program, the sign that holds only the missing numeric values is option b) . (a period).

Step-by-step explanation:

In a SAS program, the sign that holds only the missing numeric values is option b) . (a period).

In SAS, a period (.) is used as the missing value indicator for numeric variables.

For example, if a variable called 'age' is missing for a particular observation, it would be represented as 'age = .'. This allows SAS to distinguish between actual values and missing values when performing calculations or data manipulations.

User Tespy
by
8.4k points

No related questions found