Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is _n_?

Answers were Sorted based on User's Feedback



What is _n_?..

Answer / d.vijaya bhaskar

SAS variable to count the no of obs read.

Is This Answer Correct ?    2 Yes 1 No

What is _n_?..

Answer / natraj boga

An internal SAS counter in the data step which contains the
current iteration number of the data step.

Is This Answer Correct ?    2 Yes 1 No

What is _n_?..

Answer / varun kumar

_n_ is a automatic variable that can be used for processing.
It counts the number of times the data set begin to execute.

Is This Answer Correct ?    1 Yes 0 No

What is _n_?..

Answer / ashok kore

This is an automatic variable. It is used to count the
number of obs in dataset.Its added one for every iteration
of datastep.

Is This Answer Correct ?    2 Yes 2 No

What is _n_?..

Answer / sirisha

it indicates number of observations.

Is This Answer Correct ?    2 Yes 2 No

What is _n_?..

Answer / chiranjeevi

The _n_ is a automatic variable which displays the line number.

Is This Answer Correct ?    1 Yes 1 No

What is _n_?..

Answer / venkatesh.layam

while execution process automatic variable _n_ will be
created.it tells how many times data step has been
executed .

Is This Answer Correct ?    0 Yes 0 No

What is _n_?..

Answer / pricil kurian

Hi ravi..ur answer is correct. ONE QUERY...for the below
example to get third record consecuitvely we need to
if mod(_n_,3)= 0 ; is in't?
Eg. If we want to find every third record in a Dataset then
we can use the _n_ as follows
Data new-sas-data-set;
Set old;
if mod(_n_,3)= 0 then;
run;

Is This Answer Correct ?    0 Yes 0 No

What is _n_?..

Answer / mani

The automatic
variable _n_ counts iterations of the DATA step.

Is This Answer Correct ?    0 Yes 0 No

What is _n_?..

Answer / mahesh

Its an automatic variable.it shows no. of iterations gone
through in datastep.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

how do we mail reports from SAS environment to our team leader

5 Answers   Wockhardt,


how do you test for missing values? : Sas programming

0 Answers  


Do you need to know if there are any missing values?

0 Answers  


sas implimented companies in hyderabad

11 Answers   CTS, HSBC,


what is p-value

3 Answers   Accenture, Quintiles, Sristek,


Can we create datasets by proc step ? (Proc contents, Means)?

2 Answers  


What is Transaction...? And what are Comment, Roll back n Save point..?

2 Answers  


what is sas olap server? : Sas-di

0 Answers  


Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.

2 Answers  


how do you validate tables abd reports?

2 Answers   Accenture, Quintiles,


What is the role of sas grid administrator? : sas-grid-administration

0 Answers  


What is interleaving in SAS?

0 Answers  


Categories