Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 do you debug and test your sas programs? : Sas programming

1169


How would you define the end of a macro?

1144


How many ways to overcome a missing values???

2863


what are _numeric_ and _character_ and what do they do? : Sas programming

1192


Did you used proc test? when?

2086


What are pdv and it functions?

1238


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

1091


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

1072


why is sas data integration studio important? : Sas-di

1083


What is the use of the %include statement?

1210


what is operational data and operational system? : Sas-di

1155


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

1134


what is proc Index? and what is proc document?

2763


Are you involved in writing the inferential analysis plan? Tables specfications?

2261


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

2154