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 the difference between proc sort nodup and proc sort nodupkey?"
explain the key concept of sas? : Sas-administrator
What are the data types that sas contain?
Describe the function and untility of the most difficult SAS macro that you have written.
What is the role of sas grid administrator? : sas-grid-administration
Name types of category in which SAS Informats are placed?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
what is operational data and operational system? : Sas-di
how do u validate sas program
What is the difference between class statement and by statement in proc means?
explain what is factor analysis? : Sas-administrator
what is AE onset date and what is RDS?