Under what circumstances would you code a SELECT construct
instead of IF statements?

Answer Posted / venkatesh.layam

when ever we wre do the task on puarticular variable select
works efficiently than if then else
And it will check immideatly and occupies less space.
it will give good shape out for data.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

613


what is star schema? : Sas-di

648


Explain the difference between using drop = data set option in set and data statement?

687


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

550


How do you debug and test your SAS programs?

1050






what are input dataset and output dataset options? : Sas programming

567


If a variable contains letters or special characters, can it be numeric data type?

765


how the sas basic syntax style described? : Sas-administrator

608


how do you pull data from equifax?tell me the process?

1384


what are the considerations when picking a SAS/STAT procedure?

2906


What is the basic structure of a sas program?

602


How is character variable converted into numeric variable and vice versa?

602


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

640


Explain the purpose of retain statement.

607


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;

1977