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 |
what is Difference between PROC SQL JOINS and MERGE?
how do you want missing values handled? : Sas programming
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
What are the data types in sas?
What is the difference between %local and %global? : sas-macro
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
Can we replace a dataset into view?
what is treatment emergent events and treatment emregent adverse event
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
what is program data vector? : Sas-administrator
Mention few capabilities of sas framework.