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 the pound sign used for the DATA _NULL_?

Answers were Sorted based on User's Feedback



What is the pound sign used for the DATA _NULL_?..

Answer / kranthi arabelly

_NULL_ : specifies that no SAS dataset is to be created

Is This Answer Correct ?    20 Yes 5 No

What is the pound sign used for the DATA _NULL_?..

Answer / altumish

All the answers provided above are wrong, please read the
question carefully and answer.

BTW-we can use pound sign in data _null_ to read the data
from the specified line.

Is This Answer Correct ?    4 Yes 0 No

What is the pound sign used for the DATA _NULL_?..

Answer / chandu

using data _null_ concept
we can run group of statements without creating sas data set
mainly for reporting purpose

Is This Answer Correct ?    8 Yes 5 No

What is the pound sign used for the DATA _NULL_?..

Answer / rinky

It is just a tricky question to see how we respond. I dont
think it is possible. And the answers above are incorrect
as question is not just about data _NULL_. It is about
having # sign with that which is impossible.

Is This Answer Correct ?    3 Yes 0 No

What is the pound sign used for the DATA _NULL_?..

Answer / prag s.

we can use _NULL_ for----
reporting purposes
also for modifying a data set
also for not creating a new SAS dataset

Is This Answer Correct ?    8 Yes 6 No

What is the pound sign used for the DATA _NULL_?..

Answer / kumaraswamy maduri

# can't be used
with a data _null_. It's an interview question to confuse.

Is This Answer Correct ?    4 Yes 2 No

What is the pound sign used for the DATA _NULL_?..

Answer / sreekanth rao

i could not get the question.
can any body detail it.

why the pound sign being used in the question.

are the above ansewers are answering the question
corretly..?

pleas coorect me.

Thnaks

Is This Answer Correct ?    4 Yes 4 No

What is the pound sign used for the DATA _NULL_?..

Answer / murali

data_null_ is a power of datastep without creating a data set

Is This Answer Correct ?    0 Yes 0 No

What is the pound sign used for the DATA _NULL_?..

Answer / akash

The _NULL_ DATA step is a specialized case of the DATA step.
When you use the _NULL_ key word, the DATA statement
processes all statements within the DATA step without data
set
creation1.
Some of the uses of DATA _NULL_ are:
 To create customized reports with and without ODS. The
reports can be routed to the Output window, directly to a
printer, to an external file, or any destination that can be
defined by the FILE and FILENAME statement.
 To create macro variables based on values obtained from
an
input SAS data set or external file.
 To create ASCII data (flat) files for importing into MS
Excel&#63194;,
MS Access&#63194; or other programs and databases.
 To execute special functions or call routines available
within
the DATA step, such as CALL EXECUTE

Is This Answer Correct ?    0 Yes 0 No

What is the pound sign used for the DATA _NULL_?..

Answer / sk

Guys, someone has writeen _null_ is used to modify the
datasets. without output dataset how can you modify the
data. Can you please explain.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SAS Interview Questions

Mention common programming errors committed in sas ?

0 Answers  


What areas of SAS are you most interested in?

0 Answers   Quintiles,


name the scheduler for scheduling job and explain the scheduler? : Sas-di

0 Answers  


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

0 Answers  


How do you define proc in sas? : sas-grid-administration

0 Answers  


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

0 Answers  


Explain the use of proc gplot? : sas-grid-administration

0 Answers  


how would you create multiple observations from a single observation? : Sas programming

0 Answers  


What is the role of unrestrictive users? : sas-grid-administration

0 Answers  


why is a stop statement needed for the point=option on a set statement? : Sas programming

0 Answers  


What is a post baseline?

1 Answers  


Explain how merging helps to combine data sets.

0 Answers  


Categories