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 scrubbing procedures in sas?

0 Answers  


what is program data vector? : Sas-administrator

0 Answers  


how to assign a macro value to a variable?

8 Answers   CitiGroup,


What other SAS features do you use for error trapping and data validation?

2 Answers  


how do u test a pros sql(works or not) without executing it?

1 Answers   DELL, HSBC,


What is SAS Information Map Studio and its purpose ?

2 Answers   SAS, TCS,


What is the order of evaluation of the following operators + - * / ** () ???

2 Answers  


Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.

1 Answers  


This entry was posted in General. Bookmark the permalink. Post a comment or leave

0 Answers   Quintiles,


Diff between proc sql merge and join?

1 Answers   HSBC, Sristek,


What procedure you used to calculate p-value?

2 Answers   Accenture, Quintiles,


What is the length assigned to the target variable by the scan function?

0 Answers  


Categories