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?

Answer Posted / reshma

data _null_;
run;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to test the debugging in sas?

612


What does proc print, and proc contents are used for?

613


What is the role of sas grid administrator? : sas-grid-administration

832


what are input dataset and output dataset options? : Sas programming

567


What do the PUT and INPUT functions do?

785






What sas features do you use to check errors and data validation?

694


How to limit decimal places for variable using proc means?

592


Where do you use proc means over proc freq?

568


What do the put and input function do?

591


What is PDV?

732


Describe the function and untility of the most difficult SAS macro that you have written.

1731


State the difference between INFORMAT and FORMAT ?

599


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

564


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

4054


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

752