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 …
2
votes
2answers
30 views
Selecting just Numeric or Character variables?
Can anyone please tell me how to select only numeric or character variables?
1
vote
2answers
40 views
How to create a listing of all intervening dates between a start and end date?
I have the following code where I have a tradid with the first date
when the trade was opened and the second date when it was closed (as
shown in the code below).
Data new;
…