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

name several ways to achieve efficiency in your program? : Sas programming

0 Answers  


At compile time when a SAS data set is read, what items are created?

5 Answers  


what techniques and/or procs do you use for tables? : Sas programming

0 Answers  


Baseline definition in your study

3 Answers   Accenture, Quintiles,


where will go the observations that were deleted by delete statement?

2 Answers  


what is the difference between the SAS v8 and SAS v9?

7 Answers   TCS,


proc means? proc sort? proc append? proc freq? proc print? proc content?

4 Answers   Oracle,


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

5 Answers   Accenture,


Have you ever used the SAS Debugger?

0 Answers   Quintiles,


What is difference between N and n????

2 Answers   Sciformix,


why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?

2 Answers   Accenture,


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?

2 Answers  


Categories