In the SAS Data step what is the difference between the
subsetting done by Where and subsetting done by If?

Answer Posted / ramesh

Two Where coditions can be used at a time to one variable
Two IF conditions can not be used at a time to one variable

In Where condition either <= OR =< can be used
In If condition only <= can be used.

'where' is Data set options and statement
'If' is only Statement

Is This Answer Correct ?    0 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can you import .csv file in to sas? : Sas programming

862


What is the difference between %local and %global? : sas-macro

894


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

796


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

2335


What function CATX syntax does?

912


What are the different operating system platforms in which we can use sas? : sas-grid-administration

826


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1325


how do you want missing values handled? : Sas programming

734


what is intially documentation in sas?

4652


What are the applications primarily used by business analyst? : Sas-bi

780


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

768


What are the different types of sas functions?

885


what is the difference between unique key and primary key? : Sas-di

842


How will you generate test data with no input data?

836


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

858