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 |
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?
Hot to suppress characters from a given string?
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?
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
Name the option to produce a frequency line items rather that a table.
How do you add a number to a macro variable?
Name statements that are execution only.
Give an example where SAS fails to convert character value to numeric value automatically?
how to generate means for every subject;
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
what has been your most common programming mistake? : Sas programming