How would you code the criteria to restrict the output to be
produced?
Answer Posted / akilan
In Jothi Sankar's answer,
First Choice is correct.
In second choice instead of 'OUT', have to use 'THEN OUTPUT'
Third choice is not correct one.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what Proc glm does?
Give some examples where proc report’s defaults are same as proc print’s defaults?
How would you determine the number of missing or nonmissing values in computations?
To what type of programms have you used scratch macros?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what does the run statement do? : Sas programming
What are all the problems you faced while validating tables and reports?
How to create an external dataset with sas code?
What is a method to debug and test your SAS program?
What do the SAS log messages "numeric values have been converted to character" mean?
What can be the size of largest dataset in SAS?
Difference between sum function and using “+” operator?
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 versions of sas have you used (on which platforms)? : Sas programming
What do you know about symput and symget?