2
votes
1answer
17 views
Theta Symbol in a SAS Label?
How do I make the label for a variable display a Greek character.
So I need:
label Theta = <somehex_expression?>;
I'm trying to label the variable named Theta with the …
3
votes
2answers
32 views
Coding the value codes and labels along with data type for variables
Is there a good specific resource to show examples of coding to create the following?
The description of the variable/column within the table, example for TERM_TYPE, would be Dis …
3
votes
2answers
11 views
Code or process to assign value labels to specific numerical values in a dataset
I am still struggling a bit with how SAS handles value labels for specific numbers in a variable.
How do you code value labels within a variable/column for a SAS dataset?
An exam …