How do I tell SAS to read a character other than a period as a missing value when reading from as ASCII file please? The character I want to interpret as a missing value is an asterisk, so the data looks like this:
1 43 6 23
2 31 3 *
3 * 3 7
etc
I can't find this in the manuals or the online help, though I don't doubt that it's there somewhere: my apologies for having to ask.
Cheers,
David