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 / dupe bassey

conditional statements, if then else.
Put statement
debug option

Is This Answer Correct ?    4 Yes 0 No

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

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

Post New Answer

More SAS Interview Questions

SAS System ?

5 Answers  


How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?

3 Answers   Reddy Labs,


What are SAS/ACCESS and SAS/CONNECT?

0 Answers  


How do you use the do loop if you don’t know how many times you should execute the do loop?

0 Answers  


if we dont want to print output what we have to do..???give syntax..???

8 Answers   Accenture, GSK GlaxoSmithKline,






/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance

2 Answers   Eval Source,


what is TAB delimiter? explain about it? what will you do to get TAB delimiter?

3 Answers   Cap Gemini,


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

0 Answers  


What do the put and input function do?

0 Answers  


I have a dataset with variables empid and doj how to calculate retirement age?

1 Answers  


How would you include common or reuse code to be processed along with your statements?

5 Answers   PSCI,


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

0 Answers  


Categories