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

Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

0 Answers  


what is sas metadata repository? : Sas-bi

0 Answers  


What does proc print, and proc contents are used for?

0 Answers  


what is portability of sas programmes?

2 Answers   Capital One,


Which are SAS Windows Clients & SAS Java Clients

3 Answers   TCS,


What do you feel about hardcoding?

1 Answers  


1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.

1 Answers  


tell me about use of arrays in sas

1 Answers   CoreEL,


What is proc sql pass through facility?

4 Answers   L&T,


how does sas handle missing values in a merge? : Sas programming

0 Answers  


i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?

6 Answers   GSK,


how can you put a "trace" in your program? : Sas programming

0 Answers  


Categories