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 the one statement to set the criteria of data that can be coded in any step?
How do you generate random samples?
What is the pound sign used for the DATA _NULL_?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are the different operating system platforms in which we can use sas? : sas-grid-administration
How do you use the do loop if you don’t know how many times you should execute the do loop?
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
what are different analysis datasets you created and what are the new variables created
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).