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
Explain the use of proc gplot? : sas-grid-administration
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What is the good sas programming practices for processing large data sets?
explain the key concept of sas? : Sas-administrator
what is change analysis in sas di ? : Sas-di
Explain the purpose of substr functions in sas programming.
What is PDV?
What are the ways to do a “table lookup” in sas?
How do you delete duplicate observations in sas?
Have you used macros? For what purpose you have used? : sas-macro
What is a put statement?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Name types of category in which SAS Informats are placed?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what is enterprise guide? What is the use of it? : Sas programming