SAS Press» Authorline
Table of Contents |
Previous | Next
New SAS Sample from Ron Cody
What we present here is a macro that will automatically check all the numeric variables in a SAS data set for a specific data value, and produce a report showing which variables contain this
special value and how many times it appeared. The macro is called FIND_VALUE. Go to this
sample.
Table of Contents |
Previous | Next