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
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What function CATX syntax does?
explain the proc in sas? : Sas-administrator
What is the difference between reading data from an external file and reading data from an existing data set?
describe how to adjust the performance of data integrator? : Sas-di
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Explain how merging helps to combine data sets.
what are sas/access and sas/connect? : Sas programming
Explain append procedure?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
How to create list output for cross-tabulations in proc freq?
Differentiate between sas functions and sas procedures.
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?