what other SAS features do you use for error trapping and
data validation?
Answer Posted / ramesh
Data <datasetname>/DEBUG;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain what is data set in sas? : Sas-administrator
Explain what is SAS informats?
Tell me about % include and % eval? : sas-macro
how do you test for missing values? : Sas programming
How necessary is it to be creative in your work?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What are symget and symput? : sas-macro
how does sas handle missing values in functions? : Sas programming
What can be the size of largest dataset in SAS?
what are the component of range? : Sas-bi
What are the differences between sum function and using “+” operator?
What is the difference between input and infile statement?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
Differentiate input and infile.