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

Explain proc univariate?

0 Answers  


SAS using companies in chennai

1 Answers  


Why do we use QUIT commmand for proc datasets and proc sql ???

3 Answers  


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

0 Answers  


which features do you use to check the data validations and errors? : Sas-administrator

0 Answers  


Tell e how how dealt with..

0 Answers  


what is the need of INDEX in datasets?

6 Answers   CitiGroup,


Can anyone help to find a statement to get all the predefined formats?

3 Answers   Verinon Technology Solutions,


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

0 Answers  


what are the new features included in the new version of SAS i.e., SAS9.1.3?

5 Answers   College School Exams Tests, Wockhardt,


What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;

3 Answers  


What is difference between N and n????

2 Answers   Sciformix,


Categories