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 |
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
explain the main difference between the nodup and nodupkey options? : Sas-administrator
what is picture format? give any one example?
What does proc print, and proc contents are used for?
What is the Program Data Vector (PDV)? What are its functions?
Explain the difference between informat and format with an example.
What is the difference between an informat and a format. Name three informats or formats.
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
What are the data types does SAS contain?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
how can you create zero observation dataset? : Sas programming
What are the data types in sas?