how do you validate sas program?
Answers were Sorted based on User's Feedback
Answer / rc
1. Reprogram and compare output.
2. Check log to see no warnings, errors.
etc.
Is This Answer Correct ? | 11 Yes | 4 No |
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 |
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 |
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 |
Explain proc univariate?
SAS using companies in chennai
Why do we use QUIT commmand for proc datasets and proc sql ???
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
which features do you use to check the data validations and errors? : Sas-administrator
Tell e how how dealt with..
what is the need of INDEX in datasets?
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
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;
What is difference between N and n????