what other SAS features do you use for error trapping and
data validation?
Answers were Sorted based on User's Feedback
Answer / guest
We use proc sql,proc univariate and proc freq for data
validation
| Is This Answer Correct ? | 0 Yes | 1 No |
What is Transaction...? And what are Comment, Roll back n Save point..?
Explain by-group processing?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What are the features of SAS?
Explain proc univariate?
what is change analysis in sas di ? : Sas-di
If a variable contains only numbers, can it be a character data type?
Mention what is the difference between nodupkey and nodup options?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
Enlist the syntax rules followed in sas statements.
Hot to suppress characters from a given string?
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.