what other SAS features do you use for error trapping and
data validation?

Answers were Sorted based on User's Feedback



what other SAS features do you use for error trapping and data validation?..

Answer / ramesh

Data <datasetname>/DEBUG;

Is This Answer Correct ?    0 Yes 0 No

what other SAS features do you use for error trapping and data validation?..

Answer / guest

We use proc sql,proc univariate and proc freq for data
validation

Is This Answer Correct ?    0 Yes 1 No

what other SAS features do you use for error trapping and data validation?..

Answer / mani

Use 'Validation' option

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SAS Interview Questions

How to convert .xls file into CSV format?

6 Answers   Quintiles,


Describe the ways in which you can create macro variables? : sas-macro

0 Answers  


%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

2 Answers  


What is the difference between an informat and a format. Name three informats or formats.

6 Answers  


What was the last computer book you purchased? Why?

0 Answers   Oracle,


Can we replace a dataset into view?

6 Answers   CliniRx,


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

9 Answers  


What is the difference between %local and %global? : sas-macro

0 Answers  


What SAS statements would you code to read an external raw data file to a DATA step?

6 Answers   Accenture,


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?

0 Answers  


what are _numeric_ and _character_ and what do they do? : Sas programming

0 Answers  


How many data types are there in SAS?

0 Answers  


Categories