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
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What are common programming errors committed in sas
what is the difference between unique key and primary key? : Sas-di
Describe the ways in which you can create a macro variable?
what is slowly changing dimension? : Sas-di
What are the functions which are used for character handling functions?
What is a method to debug and test your SAS program?
explain the use of % includes a statement in sas? : Sas-administrator
What are the special input delimiters used in SAS?
Difference between informat and format?
Which are the statements whose placement in the data step is critical?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
what is sas database server? : Sas-di
What is data _null_?