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

What is the difference between one to one merge and match merge? Give an example.

0 Answers  


what is _error_?

2 Answers   Axis Bank, Cognizant, JPMorgan Chase,


how can you create zero observation dataset? : Sas programming

0 Answers  


What is the size of PDV?

2 Answers   L&T,


Mention the category in which sas informats are placed?

0 Answers  






What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?

3 Answers   TCS,


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?

3 Answers  


how does sas handle missing values in procs? : Sas programming

0 Answers  


Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com

2 Answers  


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

0 Answers  


Name statements that are execution only.

14 Answers   Accenture,


In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)

8 Answers   GSK GlaxoSmithKline,


Categories