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

What are the differences between proc means and proc summary?

801


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

770


How to sort in descending order?

1000


what are 5 ways to perform a table lookup in sas? : Sas-administrator

986


Mention the difference between ceil and floor functions in sas?

896


Can you execute a macro within a macro? Describe. : sas-macro

858


Explain the difference between informat and format with an example.

921


explain about sas business intelligence? : Sas-bi

816


Intern stastical programmer written test

497


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

2418


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

2106


What is the difference between match merge and one to one merge?

911


what is snowflake schema? : Sas-di

897


what is hierarchy flattening? : Sas-di

827


What is the difference between order and group variable in proc report?

1120