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
why is a stop statement needed for the point=option on a set statement? : Sas programming
Describe the function and utility of the most difficult SAS macro that you have written?
How can you create a macro variable with in data step? : sas-macro
What are the ways to do a “table lookup” in sas?
What do you code to create a macro? : sas-macro
how do you pull data from equifax?tell me the process?
What are the differences between sum function and using “+” operator?
Name some categories in sas 9? : sas-grid-administration
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 are the difference between sas functions and procedures?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What is the length assigned to the target variable by the scan function?
why a stop statement is needed for the point= option on a set statement?
What are the features of base sas system?
how does sas handle missing values in procs? : Sas programming