what is conditional processing?

Answers were Sorted based on User's Feedback



what is conditional processing?..

Answer / xxx

mainly two types of conditions we are using,
Data step and Proc SQL coditions,
1. Datastep
--> where, if then else (nothing but filter conditions).
2. Proc SQL;
--> Case, When then else conditions.
loop coditions.

In macros we can use any kind of filter conditions.

Is This Answer Correct ?    11 Yes 0 No

what is conditional processing?..

Answer / solasa

use "IF ,IF THEN,CASE,WHERE " terms to subset conditionally.

Is This Answer Correct ?    3 Yes 0 No

what is conditional processing?..

Answer / naveen

There are two kinds of main
conditional statement which we use
like.......................

where
if

ex--where age<30 and age>50
if sex='m' then male

Is This Answer Correct ?    3 Yes 0 No

what is conditional processing?..

Answer / beula.koduri24

macro facilty can control some portions of the sas program,based on a specfic conditions known as conditional processing.

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More SAS Interview Questions

sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

0 Answers  


explain the main difference between the nodup and nodupkey options? : Sas-administrator

0 Answers  


what is picture format? give any one example?

3 Answers   Parexel,


What does proc print, and proc contents are used for?

0 Answers  


What is the Program Data Vector (PDV)? What are its functions?

5 Answers   Accenture,


Explain the difference between informat and format with an example.

0 Answers  


What is the difference between an informat and a format. Name three informats or formats.

6 Answers  


PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?

7 Answers   HP,


What are the data types does SAS contain?

0 Answers  


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

0 Answers  


how can you create zero observation dataset? : Sas programming

0 Answers  


What are the data types in sas?

0 Answers  


Categories