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 |
name several ways to achieve efficiency in your program? : Sas programming
At compile time when a SAS data set is read, what items are created?
what techniques and/or procs do you use for tables? : Sas programming
Baseline definition in your study
3 Answers Accenture, Quintiles,
where will go the observations that were deleted by delete statement?
what is the difference between the SAS v8 and SAS v9?
proc means? proc sort? proc append? proc freq? proc print? proc content?
What is the Program Data Vector (PDV)? What are its functions?
Have you ever used the SAS Debugger?
What is difference between N and n????
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?