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

Describe what are the different levels of administrative users in sas? : sas-grid-administration

0 Answers  


What is the use of function Proc summary?

0 Answers  


What are the automatic variables for macro? : sas-macro

0 Answers  


Code the MEANS to produce output to be used later.

2 Answers  


There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT

8 Answers   D&B,






How can you limit the variables written to output dataset in data step?

0 Answers  


Give some examples where proc report’s defaults are same as proc print’s defaults?

0 Answers  


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

0 Answers  


what is the prob plot in clinical domain

1 Answers   TCS,


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

0 Answers  


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

0 Answers   L&T,


How do you delete duplicate observations in sas?

0 Answers  


Categories