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
Answers were Sorted based on User's Feedback
Answer / naresh
Use options OBS = 0, no replace; Execute your prog. To set normally options OBS = MAX replace;
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / huan
data test;
[statement lines];
run CANCEL;
CK
http://support.sas.com/documentation/cdl/en/lrdict/64316/HTM
L/default/viewer.htm#a000214506.htm
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
Answer / ashish
You can check answers here second anwer has pdf attached which is good
http://stackoverflow.com/questions/836157/in-sas-what-are-good-techniques-options-for-catching-syntax-errors
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between informat and format?
What is the order of evaluation of the comparison operators: + - * /** ()?
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
What is the use of divide function?
How you can read the variables that you need?
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
what is the effect of the options statement errors=1? : Sas programming
What is the difference between %local and %global? : sas-macro
What are the data types in sas?