Answer Posted / 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 |
Post New Answer View All Answers
how would you create multiple observations from a single observation? : Sas programming
What makes sas stand out to be the best over other data analytics tools?
is data integration and etl programming is same? : Sas-di
What is SAS?
how can you import .csv file in to sas? : Sas programming
Mention common programming errors committed in sas ?
Approximately what date is represented by the SAS date value of 730?
What are the 3 components in sas programming?
how could you generate test data with no input data? : Sas programming
How to test the debugging in sas?
What was the last computer book you purchased? Why?
what are validation tools that are used in sas? : Sas-administrator
What is the use of stop statement?
Which command is used to save logs in the external file?
Explain bmdp procedure?