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 |
Mention what are the data types does SAS contain?
Can you execute macro within another macro? : sas-macro
Can you excute a macro within a macro? Describe.
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT
What are the Aggregate functions in SQL ?
What is the Program Data Vector (PDV) and What are its functions?
Mention the category in which sas informats are placed?
Why do we use QUIT commmand for proc datasets and proc sql ???
If you could design your ideal job, what would it look like?
Differentiate between format and informat? : sas-grid-administration
what is sas metadata repository? : Sas-bi