What is _n_?
Answers were Sorted based on User's Feedback
Answer / sudheer
it gives the numbers of errors occured while reading the
data.
| Is This Answer Correct ? | 3 Yes | 117 No |
Do you need to know if there are any missing values?
why is a stop statement needed for the point=option on a set statement? : Sas programming
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How does proc sql work?
Which date function advances a date, time or datetime value by a given interval?
What are the statements that are executed only?
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
what is change analysis in sas di ? : Sas-di
what is the difference between informat$8. $char8.
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
Describe the function and utility of the most difficult SAS macro that you have written?
How do dates work in sas?