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 |
what are all the default values getting in PROC MEANS...???
diff between nodup rec and ondup key???
What sas features do you use to check errors and data validation?
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
What are the difference between the sas data step and sas procs?
what do you mean by data staging area? : Sas-di
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
How do you debug and test your SAS programs?
how to assign a macro value to a variable?
Approximately what date is represented by the SAS date value of 730?
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?