0 votes
in SAS by

Mention what SAS features do you use to check errors and data validation?

1 Answer

0 votes
by

To check errors, use the Log and for data validation use things like Proc Freq, Proc Means or sometimes Proc print to see how data looks.

...