if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
Answer Posted / sasswarup
Syntax errors occur when program statements do not conform to the rules of the SAS language.
Here are some examples of syntax errors:
1.misspelled SAS keyword
2.unmatched quotation marks
3.missing a semicolon
4.invalid statement option
5.invalid data set option
So, the code color gets changed in the editor and we can find out easily.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the statements that are executed only?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What is the difference between %local and %global? : sas-macro
what is business intelligence? : Sas-bi
Give some examples where proc report’s defaults are different than proc print’s defaults?
How do you add a number to a macro variable? : sas-macro
what is ae onset date n what is RDS
What is the difference between %put and symbolgen? : sas-macro
What is a put statement?
What are the features of base sas system?
what r the job openings SAS for fresher graduates !
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
For what purpose would you use the RETAIN statement?
how do you test for missing values? : Sas programming
What does PROC print, and PROC contents do?