Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / gangadhar
IF STATEMENT IS MAINLY USED FOR SUBSETTING OF DATA.IN THE
SAME WAY SUBSETTING IN SQL SELECT STATEMENT IS USED.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is proc sort?
how will you locate the sas platform applications? : Sas-bi
What does the trace option do?
Name and describe few sas character functions that are used for data cleaning in brief.
Are you sensitive to code walk-throughs peer review or QC review?
What are all the problems you faced while validating tables and reports?
Explain why double trailing @@ is used in input statement?
How we can create SAS USER DEFINED CODE?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Mention sas system options to debug sas macros.
What is the SAS data set?
What is connection profile? : sas-grid-administration
what is the difference between floor and ceil functions in sas? : Sas-administrator
Explain by-group processing?
why is a stop statement needed for the point=option on a set statement? : Sas programming