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
what is the Population you used in your project, is it ITT or PP?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what is the difference between infile and input? : Sas-administrator
how will you location sas platform applications available from web browser? : Sas-bi
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Can you suggest us materials for sdtm mapping?
What does PROC print, and PROC contents do?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What function CATX syntax does?
How many data types are there in SAS?
Differentiate between proc means and proc summary.
How would you define the end of a macro?
how do you debug and test your sas programs? : Sas programming
what is the difference between floor and ceil functions in sas? : Sas-administrator
What are the parameters of scan function?