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 |
How to convert .xls file into CSV format?
Describe the ways in which you can create macro variables? : sas-macro
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help
What is the difference between an informat and a format. Name three informats or formats.
What was the last computer book you purchased? Why?
Can we replace a dataset into view?
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
What is the difference between %local and %global? : sas-macro
What SAS statements would you code to read an external raw data file to a DATA step?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what are _numeric_ and _character_ and what do they do? : Sas programming
How many data types are there in SAS?