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
What are the data types does SAS contain?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
what are _numeric_ and _character_ and what do they do? : Sas programming
Describe the function and utility of the most difficult SAS macro that you have written?
what is the use of proc contents and proc print in sas? : Sas-administrator
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How to sort in descending order?
what is intially documentation in sas?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is the order of application for output data set options, input data set options and SAS statements?
what is information maps?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
what does the run statement do? : Sas programming
Difference between informat and format?