What happens in the following code, if u type 8 instead of
*?
proc sql noprint;
create table abc as
select 8 from lib.abc;
quit;
Answer Posted / prr
Hi Friends,
If we write 8 in the place of * then SAS Assigns,
8 for all the observations in the output window.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe a time when you were really stuck on a problem and how you solved it?
What are the 3 components in sas programming?
what are sas bi dashboard components? : Sas-bi
how will you locate the sas platform applications? : Sas-bi
Can you execute a macro within a macro? Describe. : sas-macro
what is data governance? : Sas-di
What are the ways to do a “table lookup” in sas?
What is factor analysis?
what are validation tools that are used in sas? : Sas-administrator
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How do dates work in SAS data?
How would you include common or reuse to be processed along with your statements?
Explain the difference between nodup and nodupkey options?
What are the default statistics for means procedure?