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...


1.What is the difference between _NULL_ , _ALL_, and _N_?
2.What are the uses of _NULL_ using in Data Steps? Can we
_NULL_ in Proc Steps also?
3.How do call the macro variable in Data Steps?
4.How to construct Pivot tables in Excel Using SAS?

Answers were Sorted based on User's Feedback



1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Da..

Answer / chandrakanth

_null_ will act like any other data step but it would not create any data set.

_all_ will select all the variables in a particular data set.

_n_ is the automatic variable generated by SAS which counts the number of loops SAS moved to the top of data set
(but some people say it is total number of observations which is not always true)

Is This Answer Correct ?    3 Yes 0 No

1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Da..

Answer / aravind9882

_null_ is used in datstep not to create a dataset.

_all_ means all..foe instance all variables like char and
numeric...if u use in ods statement like ods _all_ close
closes the all d destinations u have opened instead of
writing each...

u can cal a macro bariable using '&' lke call symget...

Is This Answer Correct ?    1 Yes 3 No

1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Da..

Answer / pnprasad

1. _NULL_ is not create Out put DataSet, it opens the file
to write the dataset. _ALL_ for display contents in the
library & used in cose the files in ODS and _N_ for search
for Null characters.

Is This Answer Correct ?    0 Yes 19 No

Post New Answer

More SAS Interview Questions

What are the data types in sas?

0 Answers  


Have you used macros? For what purpose you have used? : sas-macro

0 Answers  


What do the put and input function do?

0 Answers  


Differentiate between ceil and floor functions.

0 Answers  


How are the analysis data sets structured?

3 Answers  


what is cummaltive frequency,and varience in proc unviarte

1 Answers   L&T,


What is the difference between %local and %global?

1 Answers  


What is the SAS data set?

0 Answers  


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

0 Answers   SAS,


How would you identify a macro variable?

0 Answers  


Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.

6 Answers   HSBC,


What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;

3 Answers  


Categories