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 is the difference between the proc sql and data step?
What can be the size of largest dataset in SAS?
What do you understand by the term Normal Distribution?
How are numeric and character missing values represented internally?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
Tell me about % include and % eval? : sas-macro
what is program data vector? : Sas-administrator
what is treatment emergent events and treatment emregent adverse event
What is the difference between using drop = data set option in data statement and set statement?
What’s the difference between var b1 – b3 and var b1 — b3?
If you could design your ideal job, what would it look like?
How do you debug and test your SAS programs?
Mention sas system options to debug sas macros.
Enlist the functions performed by sas.
What does PROC print, and PROC contents do?