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 / thanwi

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

Is This Answer Correct ?    26 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to generate the test data in sas without input data? : Sas-administrator

580


Give e an example of..

1655


Differentiate between sas functions and sas procedures.

645


What is SAS informats?

638


how many types of prompts are there? : Sas-bi

556






what can you learn from the sas log when debugging? : Sas programming

612


what is the use of proc sql? : Sas programming

595


Describe a time when you were really stuck on a problem and how you solved it?

2086


What is the basic structure of a sas program?

602


Name types of category in which SAS Informats are placed?

738


Mention the category in which sas informats are placed?

629


how do the in= variables improve the capability of a merge? : Sas programming

936


Define run-group processing?

583


what do the pad and dim functions do? : Sas programming

568


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

630