Answer Posted / mallikarjuna raju
This is an automatic variable of PDV that returns the no of
observations that it has iterated.There are such variables
like _Error_,end=,in=,first.by-variable,last.by-variable,..etc
All these variables will not be displayed in the target output.
Ex:
Data new;
set <existed>;
if _n_>=2 and <=6 then output;
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How we can create SAS USER DEFINED CODE?
what has been your most common programming mistake? : Sas programming
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Enlist the functions performed by sas.
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
How long can a macro variable be? A token? : sas-macro
What does P-value signify about the statistical data?
what is study design in while working with SAS? what are screening variables in SAS?
Are you involved in writing the inferential analysis plan? Tables specifications?
How to sort in descending order?
how does sas handle missing values in a merge? : Sas programming
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Explain by-group processing?
What are the different versions of sas that you have used until now? : sas-grid-administration
Mention how to limit decimal places for the variable using proc means?