how do u validate sas program
Answers were Sorted based on User's Feedback
Answer / arjun
First of all, what do you mean by 'validate' SAS program? I
assume that you need to perform syntactical checks before
executing the program/ code. In that case, one of the ways
could be - at the beginning of the code, write OPTIONS
OBS=0 in addition to other options and then RUN it. This
way data will not be processed and the log shows error
messages/ warnings, if any. Otherwise, if you are executing
the SAS code on PC SAS, the highlighted colors itself shows
the syntactical errors, if any.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / gaurav
There are 3 way to validate program ...
(1): code review
(2): double programming
(3): Cross checking
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you connect the desktop application to metadata server? : sas-grid-administration
What is SAS? What are the functions does it performs?
what is Enterprise Guide?what is the use of it?
Do you think professionally?
is there any differnce between proc means and proc summary?
How would you create multiple observations from a single observation?
What are the difference between sas functions and procedures?
For clinical entire study how many tables will create approx?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
code the tables statement for a single level frequency?
how we can call macros with in data step?
Name statements that are execution only.