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 / 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 |
Post New Answer View All Answers
Explain the purpose of substr functions in sas programming.
What is program data vector (pdv)?
how does sas handle missing values in formats? : Sas programming
what is the effect of the options statement errors=1? : Sas programming
how does sas handle missing values in a merge? : Sas programming
How do you debug and test your SAS programs?
what is the function of catx syntax? : Sas-administrator
What are all the problems you faced while validating tables and reports?
What is the difference between SAS functions and procedures?
To what type of programms have you used scratch macros?
what techniques and/or procs do you use for tables? : Sas programming
what are input dataset and output dataset options? : Sas programming
Explain input and put function?
how do you want missing values handled? : Sas programming
Explain substr function?