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 different types of sas functions?
what is enterprise guide? What is the use of it? : Sas programming
What does proc print, and proc contents are used for?
How many data types are there in SAS?
What do you code to create a macro? : sas-macro
What is by-group processing?
Tell me more about the parameters in macro? : sas-macro
What is the difference between the proc sql and data step?
If money were no object, what would you like to do?
What versions of SAS have you used (on which platforms)?
what are the scrubbing procedures in sas? : Sas programming
Explain the use of proc print and proc contents?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How can you limit the variables written to output dataset in data step?
What is the basic syntax style in SAS?