How would you code the criteria to restrict the output to be
produced?
Answer Posted / sanjeev
proc sql;
select * from sashelp.class;
quit;
gives you an output.
proc sql noprint;
select * from sashelp.class;
quit;
no errors and output is restricted.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between proc means and proc summary?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
How to sort in descending order?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Mention the difference between ceil and floor functions in sas?
Can you execute a macro within a macro? Describe. : sas-macro
Explain the difference between informat and format with an example.
explain about sas business intelligence? : Sas-bi
Intern stastical programmer written test
Describe a time when you were really stuck on a problem and how you solved it?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What is the difference between match merge and one to one merge?
what is snowflake schema? : Sas-di
what is hierarchy flattening? : Sas-di
What is the difference between order and group variable in proc report?