what is conditional processing?
Answers were Sorted based on User's Feedback
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 |
Answer / solasa
use "IF ,IF THEN,CASE,WHERE " terms to subset conditionally.
| Is This Answer Correct ? | 3 Yes | 0 No |
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 |
How do you use the do loop if you don’t know how many times you should execute the do loop?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
What are the functions which are used for character handling functions?
Why is SAS considered self-documenting?
How many ways to overcome a missing values???
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
What do you know about sas data set?
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
what are the categories that sas informats are used to the place the data? : Sas-administrator
for whom is sas data integration studio designed? : Sas-di
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?