If you’re not wanting any SAS output from a data step, how
would you code the data statement to prevent SAS from
producing a set?

Answers were Sorted based on User's Feedback



If you’re not wanting any SAS output from a data step, how would you code the data statement to p..

Answer / thanwi

using _null_ in data statement
data _null_;
--
--
--
run;

Is This Answer Correct ?    26 Yes 0 No

If you’re not wanting any SAS output from a data step, how would you code the data statement to p..

Answer / natrajboga

ANSWER #2 IS WRONG PLS DO NOT CONSIDER IT.

Is This Answer Correct ?    13 Yes 0 No

If you’re not wanting any SAS output from a data step, how would you code the data statement to p..

Answer / learner

QUESTIONS IS NOT CLEAR ...WANT THE OUTPUT BUT NOT IN THE
FORM OF SAS DATA SET ...

SO USE IN PLACE OF DATASET NAME _NULL_

RATNA...DONT GIVE ...IF YOU DONT KNOW THE ANSWER..PLS

Is This Answer Correct ?    3 Yes 0 No

If you’re not wanting any SAS output from a data step, how would you code the data statement to p..

Answer / sam

Data _null_

Is This Answer Correct ?    3 Yes 0 No

If you’re not wanting any SAS output from a data step, how would you code the data statement to p..

Answer / prateek

I think one should not be stopped from giving answeres, the
reader should apply his/her knowledge also.

Anyways the DATA _NULL_; statement is the correct answere.

Is This Answer Correct ?    3 Yes 2 No

If you’re not wanting any SAS output from a data step, how would you code the data statement to p..

Answer / reshma

data _null_;
run;

Is This Answer Correct ?    1 Yes 0 No

If you’re not wanting any SAS output from a data step, how would you code the data statement to p..

Answer / sam

data _null_;
:::
:::
run;

Is This Answer Correct ?    1 Yes 1 No

If you’re not wanting any SAS output from a data step, how would you code the data statement to p..

Answer / ratna

data one;
run;
proc print;
run;

Is This Answer Correct ?    0 Yes 34 No

Post New Answer

More SAS Interview Questions

if we dont want to print output what we have to do..???give syntax..???

8 Answers   Accenture, GSK GlaxoSmithKline,


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

0 Answers  


· What are some good SAS programming practices for processing very large data sets?

6 Answers   Quintiles,


what is the difference between infile and input? : Sas-administrator

0 Answers  


what is fact table and factless table?

1 Answers  






What is a pdv and what are its functions?

0 Answers  


How do you add a number to a macro variable?

2 Answers  


Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.

10 Answers  


How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?

7 Answers   GSK, TNS,


In which case u go for libname and in which case u go for proc sql pass thru facilit diff?

1 Answers  


How to sort in descending order?

0 Answers  


WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?

1 Answers  


Categories