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

How to read an input file in sas?

0 Answers  


Which is the best training Institute for SAS Business Intelligence course?

6 Answers  


Name any two sas spawners? : sas-grid-administration

0 Answers  


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

0 Answers  


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

0 Answers  






How does proc sql work?

0 Answers  


how to write code for left outer join in SAs using datastep?

8 Answers   CitiGroup,


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

0 Answers  


what are validation tools that are used in sas? : Sas-administrator

0 Answers  


What do you know about symput and symget?

0 Answers  


what is option year cuttoff in sas

2 Answers   L&T,


what is the use of proc sql? : Sas programming

0 Answers  


Categories