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...

How would you code the criteria to restrict the output to be
produced?

Answer Posted / sanjeev

proc sql;
select * from sashelp.class;
quit;

gives you an output.


proc sql noprint;
select * from sashelp.class;
quit;

no errors and output is restricted.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you suggest us materials for sdtm mapping?

4495


Describe the ways in which you can create macro variables?

1254


What can you learn from the SAS log when debugging?

1435


How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

2991


How we can call macros with in data step? : sas-macro

1177


How to limit decimal places for variable using proc means?

1160


Explain the difference between nodup and nodupkey options?

1090


what are the scrubbing procedures in sas? : Sas programming

1326


explain the concepts and capabilities of business object? : Sas-bi

1014


what are the types of interactive display types? : Sas-bi

1151


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

1063


Difference between informat and format?

1145


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1660


Mention what are the data types does SAS contain?

1194


How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?

2178