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 |
What is a post baseline?
Describe the ways in which you can create macro variables?
What are the ways in which macro variables can be created in sas programming?
% let A=3+4 what is result
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
what is the difference between SET and MERGE?
what is cummaltive frequency,and varience in proc unviarte
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
what is prime numbers? how we can get plc write sas code?
do you prefer proc report or proc tabulate? Why? : Sas programming
how to intersect the tables by using PROC MIXED?
what is data governance? : Sas-di