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
Explain how you can debug and test your SAS program?
What do the put and input function do?
how do the in= variables improve the capability of a merge? : Sas programming
What is the good sas programming practices for processing large data sets?
Explain proc sort?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
How would you define the end of a macro?
What is the role of unrestrictive users? : sas-grid-administration
What is the use of PROC gplot?
how will you locate the sas platform applications? : Sas-bi
What function CATX syntax does?
Explain data_null_?
What are the difference between sas functions and procedures?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what are 5 ways to perform a table lookup in sas? : Sas-administrator