Answer Posted / sudheer
it gives the numbers of errors occured while reading the
data.
| Is This Answer Correct ? | 3 Yes | 117 No |
Post New Answer View All Answers
what r the job openings SAS for fresher graduates !
What is by-group processing?
What is the difference between the proc sql and data step?
How is character variable converted into numeric variable and vice versa?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What can you learn from the SAS log when debugging?
What is factor analysis?
Mention common programming errors committed in sas ?
What is the use of the %include statement?
what is the purpose of _error_? : Sas programming
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What are the scrubbing procedures in sas?
How do you test for missing values?
What do the put and input function do?
How long can a macro variable be? A token? : sas-macro