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

What are the special input delimiters used in SAS?

0 Answers  


what is the purpose of _error_? : Sas programming

0 Answers  


what is business intelligence? : Sas-bi

0 Answers  


Under what circumstances would you code a SELECT construct instead of IF statements?

4 Answers  


Which is the best training institute for SAS in hyderabad.

112 Answers   Stansys Software Solutions,






explain the key concept of sas? : Sas-administrator

0 Answers  


What are SAS/ACCESS and SAS/CONNECT?

0 Answers  


What function CATX syntax does?

0 Answers  


What are the five ways to do a table lookup in sas? : sas-grid-administration

0 Answers  


Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

0 Answers  


Explain input and put function?

0 Answers  


Are you familiar with special input delimiters How are they used?

3 Answers  


Categories