how do you validate sas program?

Answers were Sorted based on User's Feedback



how do you validate sas program?..

Answer / rc

1. Reprogram and compare output.


2. Check log to see no warnings, errors.


etc.

Is This Answer Correct ?    11 Yes 4 No

how do you validate sas program?..

Answer / bk

1.By checking log for Error and warrings. Automatic
variable _ERROR_ values should not be 1 .

2.By using SAS debugger

Is This Answer Correct ?    3 Yes 1 No

how do you validate sas program?..

Answer / thirumalesh.e

when you write your sas programme include debugging and macro debugging statements at each step boundary and check for errors and messages at log by including put statement along with macro expressions. use all macro debugging statements efficiently. if you get right programme with less or no errors after debugging its validated and file the validated programme according to regulations.

Is This Answer Correct ?    0 Yes 1 No

how do you validate sas program?..

Answer / russ

Verify statement;

Is This Answer Correct ?    0 Yes 1 No

how do you validate sas program?..

Answer / sunil kantilal

Using the OBS=0 session option would result only in
Compilation of the code. Any other way of running the code
actually change/update/modify the dataset while running.
Including the debugger option. So the only way to trace the
errors and working of the syntax would be to unable the

OPTION OBS=0

Is This Answer Correct ?    0 Yes 2 No

how do you validate sas program?..

Answer / ram

using sas functions
i.e missover,

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More SAS Interview Questions

Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

0 Answers   Oracle,


How do you control the number of observations and/or variables read or written?

0 Answers  


what is the difference between proc means and proc summary?

2 Answers   Accenture,


What does the RUN statement do?

0 Answers   Quintiles,


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

0 Answers  






how do i read multiple spaces in datasets? eg: vijaya raghava perumal.I tried with using & but it workss if its vijaya raghava but not for raghava perumal.how to do this?

8 Answers   Wipro, Xansa,


Name any two sas spawners? : sas-grid-administration

0 Answers  


In proc transpose and data step with arrays which one you pick?

0 Answers   Accenture, Quintiles,


There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?

5 Answers  


how do you read binary data in sas?

3 Answers   Satyam,


Enlist the functions performed by sas.

0 Answers  


here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.

2 Answers   Cap Gemini, L&T,


Categories