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
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what is the basic structure sas administrator? : Sas-administrator
What are the applications primarily used by business analyst? : Sas-bi
Give some examples where proc report’s defaults are different than proc print’s defaults?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How to create list output for cross-tabulations in proc freq?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Can you suggest us materials for sdtm mapping?
What is the SAS data set?
Approximately what date is represented by the SAS date value of 730?
How sas treats the dsd delimiters?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is the difference between one to one merge and match merge? Give an example.
What are the statements that are executed only?
Describe the function and untility of the most difficult SAS macro that you have written.