Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How could you generate test data with no input data?

6 Answers   Quintiles,


What is the basic syntax of a sas program?

0 Answers  


Have you used macros? For what purpose you have used? : sas-macro

0 Answers  


it will become easy if uuu provide website linkssss and list of consultanciessssss

0 Answers  


What can be the size of largest dataset in SAS?

0 Answers  


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

0 Answers   Oracle,


I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?

2 Answers  


Mention common programming errors committed in sas ?

0 Answers  


how do u validate the program which u have written.

1 Answers   TCS,


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

0 Answers  


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

0 Answers   CTS,


What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;

3 Answers  


Categories