Can we use where and having clauses in a single SAS program.

ex: proc sql;
    select a,b,c from test
     where state in 'KA'
     and having <some condition>.

Is the above program run correctly, if not why ?
    

Answer Posted / santhosh

worng

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the ways in which you can create macro variables?

642


List out some key concept of SAS

627


what are validation tools that are used in sas? : Sas-administrator

602


State the difference between INFORMAT and FORMAT ?

599


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

613






what is study design in while working with SAS? what are screening variables in SAS?

1685


What are the different types of sas functions?

614


Differentiate between ceil and floor functions.

665


What is the difference between SAS functions and procedures?

665


How do you delete duplicate observations in sas?

581


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

1666


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1173


Did you used proc test? when?

1581


explain the use of % includes a statement in sas? : Sas-administrator

553


for report generation which one you used proc report or data_null_?

6613