Answer Posted / 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 |
Post New Answer View All Answers
What is a method to debug and test your SAS program?
How does the internal authentication work in sas? : sas-grid-administration
Can you execute macro within another macro? : sas-macro
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What is maximum number of rows and cols can be handled in SAS?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what is sas enterprise intelligence architecture? : Sas-bi
how would you determine the number of missing or nonmissing values in computations? : Sas programming
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
How do you connect the desktop application to metadata server? : sas-grid-administration
What is the command used to find missing values?
what do the pad and dim functions do? : Sas programming
Explain the main difference between the sas procedures and functions? : Sas-administrator
In SAS explain which statement does not perform automatic conversions in comparisons?