What other SAS features do you use for error trapping and
data validation?
Answers were Sorted based on User's Feedback
Answer / dupe bassey
conditional statements, if then else.
Put statement
debug option
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rajeev
Using the menas and freq procedure we are doing the data
validations
for error trapping we use merror in macros
| Is This Answer Correct ? | 1 Yes | 1 No |
What is difference between N and n????
Identify statements whose placement in the DATA step is critical?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What do the put and input function do?
How do i read multiple spaces in datasets?
Name statements that function at both compile and execution time.
How to get part of string form the source string without using sub string function in SAS?
What do you feel about hardcoding?
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
Name any two sas spawners? : sas-grid-administration
Name statements that are execution only?